Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "jsxbin", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Convert jsx ExtendScript files into jsxbin files using ExtendScript Toolkit", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -11,5 +11,4 @@ const path = require( 'path' ) | ||
pathsToCreate.map( createDir ) | ||
return Promise.all( pathsToCreate ) | ||
const promises = pathsToCreate.map( createDir ) | ||
return Promise.all( promises ) | ||
} | ||
@@ -16,0 +15,0 @@ |
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
15093