feature(package) morgan: mv to devDependencies

This commit is contained in:
coderaiser 2014-09-22 07:21:39 -04:00
parent 3011742fa1
commit 4d8adf3ed9

View file

@ -33,7 +33,6 @@
"marked": "~0.3.2",
"minify": "~1.0.0",
"mkdirp": "~0.5.0",
"morgan": "~1.3.0",
"ncp": "~0.6.0",
"rimraf": "~2.2.6",
"socket.io": "~1.1.0",
@ -44,7 +43,8 @@
"gulp-jshint": "~1.8.4",
"gulp-mocha": "~1.1.0",
"gulp-recess": "~1.0.0",
"should": "~4.0.x"
"should": "~4.0.x",
"morgan": "~1.3.0"
},
"engines": {
"node": ">=0.6.x"