Move dev deps to deps, possible issue fix
This commit is contained in:
parent
f41f5be30a
commit
25202a34b1
1 changed files with 7 additions and 9 deletions
16
package.json
16
package.json
|
@ -9,7 +9,13 @@
|
|||
},
|
||||
"author": "Radoslaw Swiat",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"dependencies": {
|
||||
"bluebird": "^3.4.6",
|
||||
"chalk": "^1.1.3",
|
||||
"lodash": "^4.17.4",
|
||||
"minimist": "^1.2.0",
|
||||
"optimist": "^0.6.1",
|
||||
"semver": "^5.3.0",
|
||||
"babel-cli": "^6.10.1",
|
||||
"babel-core": "^6.24.1",
|
||||
"babel-eslint": "^6.0.0",
|
||||
|
@ -27,13 +33,5 @@
|
|||
"gutil": "^1.6.4",
|
||||
"webpack": "^2.3.3",
|
||||
"webpack-node-externals": "^1.5.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "^3.4.6",
|
||||
"chalk": "^1.1.3",
|
||||
"lodash": "^4.17.4",
|
||||
"minimist": "^1.2.0",
|
||||
"optimist": "^0.6.1",
|
||||
"semver": "^5.3.0"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue