Skip to content

Commit

Permalink
jest-runtime: move babel-core to peer dependenies (#4557)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Zhukov authored and cpojer committed Sep 28, 2017
1 parent 80bd4cd commit 1fcffab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"babel-core": "^6.0.0",
"babel-jest": "^21.2.0",
"babel-plugin-istanbul": "^4.0.0",
"chalk": "^2.0.1",
Expand All @@ -27,9 +26,13 @@
"yargs": "^9.0.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"jest-environment-jsdom": "^21.2.1",
"jest-environment-node": "^21.2.1"
},
"peerDependencies": {
"babel-core": "^6.0.0 || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0"
},
"bin": {
"jest-runtime": "./bin/jest-runtime.js"
}
Expand Down

0 comments on commit 1fcffab

Please sign in to comment.