Comparing version 0.2.0 to 0.2.1
@@ -24,3 +24,7 @@ 'use strict'; | ||
if (process.platform === "win32") { | ||
npm += '.cmd'; | ||
} | ||
exports.default = npm; | ||
module.exports = exports['default']; |
{ | ||
"name": "atool-pack", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "npm pack and extract", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/ant-tool/atool-pack", |
@@ -14,2 +14,6 @@ import shelljs from 'shelljs'; | ||
if (process.platform === "win32") { | ||
npm+='.cmd'; | ||
} | ||
export default npm; |
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
9718
273