Skip to content

Commit

Permalink
chore(dependencies): move dependencies to devDependencies where possible
Browse files Browse the repository at this point in the history
Closes #148
  • Loading branch information
marionebl authored and jimthedev committed Mar 3, 2016
1 parent bf6d2db commit a8c40a9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,30 +47,30 @@
"license": "MIT",
"devDependencies": {
"axios": "0.7.0",
"babel": "5.8.34",
"chai": "3.4.1",
"codecov.io": "0.1.6",
"ghooks": "1.0.0",
"gulp": "3.9.0",
"gulp-git": "1.6.0",
"istanbul": "0.3.22",
"mocha": "2.3.4",
"semantic-release": "^4.3.5"
"node-uuid": "1.4.7",
"nodemon": "1.8.1",
"rimraf": "2.4.3",
"semantic-release": "^4.3.5",
"semver": "5.0.3"
},
"dependencies": {
"babel": "5.8.34",
"chalk": "1.1.1",
"cz-conventional-changelog": "1.1.4",
"dedent": "0.6.0",
"detect-indent": "4.0.0",
"find-node-modules": "1.0.1",
"glob": "6.0.1",
"gulp": "3.9.0",
"gulp-git": "1.6.0",
"inquirer": "0.11.0",
"lodash": "3.10.1",
"minimist": "1.2.0",
"node-uuid": "1.4.7",
"nodemon": "1.8.1",
"rimraf": "2.4.3",
"semver": "5.0.3",
"shelljs": "0.5.3",
"strip-json-comments": "2.0.0"
}
Expand Down

0 comments on commit a8c40a9

Please sign in to comment.