mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: cloudcmd: win32 v8.0.0
This commit is contained in:
parent
9267f7a28d
commit
8fd79a2792
2 changed files with 2 additions and 2 deletions
|
|
@ -144,7 +144,7 @@
|
|||
"try-catch": "^4.0.4",
|
||||
"try-to-catch": "^4.0.0",
|
||||
"tryrequire": "^3.0.0",
|
||||
"win32": "^7.0.0",
|
||||
"win32": "^8.0.0",
|
||||
"wraptile": "^3.0.0",
|
||||
"writejson": "^3.0.0",
|
||||
"yargs-parser": "^22.0.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import {createRequire} from 'node:module';
|
||||
import {extname} from 'node:path';
|
||||
import _win32 from 'win32';
|
||||
import * as _win32 from 'win32';
|
||||
import ponse from 'ponse';
|
||||
import rendy from 'rendy';
|
||||
import format from 'format-io';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue