Skip to content

Commit 0a2765a

Browse files
committed
feat(js-plugin): defined the proper deep-dep range for the js-plugin
BREAKING CHANGE: this pacakge now expects to be executed in the context of `@form8ion/javascript` instead of `@travi/javascript-scaffolder`
1 parent ff45a7f commit 0a2765a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"mz": "^2.7.0"
7171
},
7272
"peerDependencies": {
73-
"@form8ion/javascript": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0-alpha.1 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^2.0.0"
73+
"@form8ion/javascript": ">=2.0.0"
7474
}
7575
}

0 commit comments

Comments
 (0)