mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-27 17:54:11 +00:00
feature(main) rm crypto
This commit is contained in:
parent
c4ff062c66
commit
f24df53aa8
3 changed files with 2 additions and 3 deletions
|
|
@ -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