mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(put) check -> checkup
This commit is contained in:
parent
82725c0fcc
commit
edd2070967
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
path = require('path'),
|
||||
|
||||
CloudFunc = require(DIR + 'cloudfunc'),
|
||||
check = require('check'),
|
||||
check = require('checkup'),
|
||||
exec = require('execon'),
|
||||
|
||||
packer = require(DIR_SERVER + 'packer'),
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"subdomain": "cloudcmd",
|
||||
"dependencies": {
|
||||
"check": "~1.0.0",
|
||||
"checkup": "~1.0.2",
|
||||
"console-io": "~1.10.0",
|
||||
"dropbox": "~0.10.0",
|
||||
"execon": "~1.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue