mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) os-homedir -> os.homedir
This commit is contained in:
parent
6a704a81b8
commit
92960e7f8a
2 changed files with 1 additions and 2 deletions
|
|
@ -142,7 +142,6 @@
|
|||
"omnes": "^1.0.3",
|
||||
"onezip": "^1.0.5",
|
||||
"opn": "^5.1.0",
|
||||
"os-homedir": "^1.0.0",
|
||||
"package-json": "^4.0.1",
|
||||
"ponse": "^1.4.0",
|
||||
"pullout": "^1.0.1",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ const writejson = require('writejson');
|
|||
const tryCatch = require('try-catch');
|
||||
const exec = require('execon');
|
||||
const criton = require('criton');
|
||||
const HOME = require('os-homedir')();
|
||||
const HOME = require('os').homedir();
|
||||
|
||||
const manageConfig = squad(traverse, cryptoPass);
|
||||
const save = promisify(_save);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue