mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(main) rm crypto
This commit is contained in:
parent
c4ff062c66
commit
f24df53aa8
3 changed files with 2 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
httpAuth = main.require('http-auth'),
|
||||
logger = main.require('morgan'),
|
||||
Util = main.util,
|
||||
crypto = main.crypto,
|
||||
crypto = require('crypto'),
|
||||
basic,
|
||||
oldPass,
|
||||
oldName,
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
};
|
||||
|
||||
/* Native Modules*/
|
||||
exports.crypto = require('crypto'),
|
||||
exports.child_process = require('child_process'),
|
||||
exports.fs = fs = require('fs'),
|
||||
exports.http = require('http'),
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
var main = global.cloudcmd.main,
|
||||
fs = main.fs,
|
||||
path = main.path,
|
||||
crypto = main.crypto,
|
||||
crypto = require('crypto'),
|
||||
Util = main.util,
|
||||
pipe = main.pipe,
|
||||
CloudFunc = main.cloudfunc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue