Skip to content

Commit 0b2e406

Browse files
committedJul 29, 2018
Move dev only deps to devDependencies.
1 parent db590d2 commit 0b2e406

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,8 @@
6464
"dependencies": {
6565
"babel-plugin-istanbul": "^4.1.6",
6666
"babel-preset-jest": "^23.0.0",
67-
"cpx": "^1.5.0",
6867
"fs-extra": "6.0.1",
69-
"jest-config": "^23.0.0",
70-
"lodash": "^4.17.10",
71-
"pkg-dir": "^3.0.0",
72-
"yargs": "^12.0.1"
68+
"lodash": "^4.17.10"
7369
},
7470
"peerDependencies": {
7571
"babel-core": "^6.26.3 || ^7.0.0-0",
@@ -87,20 +83,24 @@
8783
"@types/yargs": "^11.0.0",
8884
"babel-core": "^6.26.3",
8985
"babel-preset-env": "^1.7.0",
86+
"cpx": "^1.5.0",
9087
"cross-spawn": "latest",
9188
"cross-spawn-with-kill": "latest",
9289
"doctoc": "latest",
9390
"husky": "^0.14.3",
9491
"jest": "^23.0.0",
92+
"jest-config": "^23.0.0",
9593
"lint-staged": "^7.1.2",
94+
"pkg-dir": "^3.0.0",
9695
"prettier": "^1.12.1",
9796
"react": "16.4.1",
9897
"react-test-renderer": "16.4.1",
9998
"reflect-metadata": "^0.1.12",
10099
"rimraf": "^2.6.2",
101100
"ts-jest": "23.0.0",
102101
"tslint": "^5.10.0",
103-
"typescript": "^2.8.3"
102+
"typescript": "^2.8.3",
103+
"yargs": "^12.0.1"
104104
},
105105
"lint-staged": {
106106
"*.js": [

0 commit comments

Comments
 (0)
Please sign in to comment.