Skip to content

Commit

Permalink
chore(package.json): Remove accidentally added dependency on jest
Browse files Browse the repository at this point in the history
  • Loading branch information
flegall committed Jun 14, 2017
1 parent cfc4515 commit 8f33e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js-given/package.json
Expand Up @@ -56,6 +56,8 @@
"devDependencies": {
"ava": "^0.19.1",
"babel-core": "^6.25.0",
"babel-jest": "^20.0.3",
"jest": "^20.0.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
Expand All @@ -79,12 +81,10 @@
"tmp": "^0.0.31"
},
"dependencies": {
"babel-jest": "^20.0.3",
"babel-polyfill": "^6.23.0",
"decompress-zip": "0.3.0",
"fs-extra": "^3.0.1",
"is-promise": "^2.1.0",
"jest": "^20.0.4",
"lodash": "^4.17.4",
"retrieve-arguments": "^1.0.1",
"rimraf": "^2.6.1",
Expand Down

0 comments on commit 8f33e27

Please sign in to comment.