mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) scripts: add publish-io
This commit is contained in:
parent
af3bf577e4
commit
91daf6edf5
1 changed files with 3 additions and 2 deletions
|
|
@ -24,7 +24,8 @@
|
|||
"test": "gulp default",
|
||||
"start": "node bin/cloudcmd.js",
|
||||
"gulp": "gulp",
|
||||
"yaspeller": "yaspeller ."
|
||||
"yaspeller": "yaspeller .",
|
||||
"publish-io": "gulp release"
|
||||
},
|
||||
"subdomain": "cloudcmd",
|
||||
"dependencies": {
|
||||
|
|
@ -67,7 +68,7 @@
|
|||
"morgan": "~1.5.0",
|
||||
"place": "~1.0.0",
|
||||
"shortdate": "~1.0.1",
|
||||
"should": "~5.0.0",
|
||||
"should": "~5.2.0",
|
||||
"yaspeller": "~1.0.2"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue