Skip to content

Commit

Permalink
move jest dependencies to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiderUnicorn committed Nov 17, 2017
1 parent b423d46 commit 3301e2a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
"benchmark": "env TEST_BENCHMARK=true yarn test -- --single-run",
"stats": "cloc . --exclude-dir=node_modules,tmp,.git"
},
"dependencies": {
"jest": "^21.2.1",
"jest-context": "^2.1.0"
},
"dependencies": {},
"standard": {
"parser": "babel-eslint",
"ignore": []
Expand All @@ -43,6 +40,8 @@
"fs-promise": "^1.0.0",
"glob-promise": "^2.0.0",
"gzip-size-cli": "^1.0.0",
"jest": "^21.2.1",
"jest-context": "^2.1.0",
"js-beautify": "^1.5.10",
"jsdoc-to-markdown": "leshakoss/jsdoc-to-markdown",
"json-loader": "^0.5.3",
Expand Down

0 comments on commit 3301e2a

Please sign in to comment.