mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) writejson v3.0.0
This commit is contained in:
parent
defc0486a5
commit
ed58853acc
2 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@
|
|||
"try-to-catch": "^3.0.0",
|
||||
"tryrequire": "^2.0.1",
|
||||
"wraptile": "^3.0.0",
|
||||
"writejson": "^2.0.0"
|
||||
"writejson": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/code-frame": "^7.5.5",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ const pullout = require('pullout');
|
|||
const ponse = require('ponse');
|
||||
const jonny = require('jonny');
|
||||
const jju = require('jju');
|
||||
const writejson = promisify(require('writejson'));
|
||||
const writejson = require('writejson');
|
||||
const tryCatch = require('try-catch');
|
||||
const criton = require('criton');
|
||||
const HOME = homedir();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue