ant-app-builder
Advanced tools
Comparing version 1.0.9 to 1.1.0
@@ -63,9 +63,9 @@ | ||
const mkdir = util.promisify(fs.mkdir) | ||
const mkDir = async (dir) => mkdir(dir, { recursive: true }) | ||
const pMkdir = util.promisify(fs.mkdir) | ||
const mkDir = async (dir) => pMkdir(dir, { recursive: true }) | ||
const FS = { | ||
org: fs, | ||
path: path, | ||
mkdir: mkDir, | ||
path, | ||
mkDir, | ||
readDir: util.promisify(fs.readdir), | ||
@@ -72,0 +72,0 @@ readFile: util.promisify(fs.readFile), |
{ | ||
"name": "ant-app-builder", | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44190