Skip to content

Commit 63b5ac6

Browse files
committed
Fix dependencies
1 parent ef8061f commit 63b5ac6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@
3232
"babel-preset-jest": "^26.5.0"
3333
},
3434
"peerDependencies": {
35-
"@babel/core": "^7.12.0",
36-
"coffeescript": "^2.5.1",
37-
"jest": "^26.5.3"
35+
"coffeescript": "2.x",
36+
"jest": ">= 17.0.0 < 26"
3837
},
3938
"publishConfig": {
4039
"registry": "https://npm.pkg.github.com"

0 commit comments

Comments
 (0)