mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) morgan: mv to devDependencies
This commit is contained in:
parent
3011742fa1
commit
4d8adf3ed9
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue