Skip to content

Commit a8c40a9

Browse files
marionebljimthedev
authored andcommitted
chore(dependencies): move dependencies to devDependencies where possible
Closes #148
1 parent bf6d2db commit a8c40a9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,30 +47,30 @@
4747
"license": "MIT",
4848
"devDependencies": {
4949
"axios": "0.7.0",
50+
"babel": "5.8.34",
5051
"chai": "3.4.1",
5152
"codecov.io": "0.1.6",
5253
"ghooks": "1.0.0",
54+
"gulp": "3.9.0",
55+
"gulp-git": "1.6.0",
5356
"istanbul": "0.3.22",
5457
"mocha": "2.3.4",
55-
"semantic-release": "^4.3.5"
58+
"node-uuid": "1.4.7",
59+
"nodemon": "1.8.1",
60+
"rimraf": "2.4.3",
61+
"semantic-release": "^4.3.5",
62+
"semver": "5.0.3"
5663
},
5764
"dependencies": {
58-
"babel": "5.8.34",
5965
"chalk": "1.1.1",
6066
"cz-conventional-changelog": "1.1.4",
6167
"dedent": "0.6.0",
6268
"detect-indent": "4.0.0",
6369
"find-node-modules": "1.0.1",
6470
"glob": "6.0.1",
65-
"gulp": "3.9.0",
66-
"gulp-git": "1.6.0",
6771
"inquirer": "0.11.0",
6872
"lodash": "3.10.1",
6973
"minimist": "1.2.0",
70-
"node-uuid": "1.4.7",
71-
"nodemon": "1.8.1",
72-
"rimraf": "2.4.3",
73-
"semver": "5.0.3",
7474
"shelljs": "0.5.3",
7575
"strip-json-comments": "2.0.0"
7676
}

0 commit comments

Comments
 (0)