fix(put) check -> checkup

This commit is contained in:
coderaiser 2014-11-27 02:25:06 -05:00
parent 82725c0fcc
commit edd2070967
2 changed files with 2 additions and 2 deletions

View file

@ -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'),

View file

@ -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",