mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
feature(package) add nodemon
This commit is contained in:
parent
2f1e097599
commit
60a648f501
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"start": "node bin/cloudcmd.js",
|
||||
"start:dev": "nodemon bin/cloudcmd.js",
|
||||
"codestyle": "npm-run-all --parallel lint:* jscs spell",
|
||||
"lint:css": "recess css/*.css",
|
||||
"lint:style": "stylelint css/*.css",
|
||||
|
|
@ -97,6 +98,7 @@
|
|||
"jshint": "^2.8.0",
|
||||
"minor": "^1.2.2",
|
||||
"morgan": "^1.6.1",
|
||||
"nodemon": "^1.9.1",
|
||||
"npm-run-all": "^1.4.0",
|
||||
"nyc": "^6.0.0",
|
||||
"place": "^1.1.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue