Skip to content
/ jest Public
forked from jestjs/jest

Commit

Permalink
Revert "jest-runtime: move babel-core to peer dependenies (jestjs#4557)"
Browse files Browse the repository at this point in the history
This reverts commit 1fcffab.
  • Loading branch information
SimenB committed Nov 20, 2017
1 parent ad1d7f7 commit afbc7d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"babel-core": "^6.0.0",
"babel-jest": "^21.2.0",
"babel-plugin-istanbul": "^4.1.5",
"chalk": "^2.0.1",
Expand All @@ -26,13 +27,9 @@
"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 afbc7d9

Please sign in to comment.