create-pkgbld
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -25,3 +25,3 @@ #!/usr/bin/env node | ||
var _c; | ||
const myPkg = await readPackage(path__default["default"].resolve(process.cwd(), '..')); | ||
const myPkg = await readPackage(path__default["default"].resolve(__dirname, '..')); | ||
console.log('create-pkgbld ' + myPkg.pkg.version); | ||
@@ -28,0 +28,0 @@ const parsedArgs = minimist__default["default"](process.argv.slice(2)); |
{ | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "name": "create-pkgbld", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
23244