Comparing version 1.1.1 to 1.1.2
@@ -111,3 +111,3 @@ #!/usr/bin/env node | ||
const mount = /(.|-|@)/.test(name) ? `['${name}']` : `.${name}`; | ||
const terser = pkg.terser || existsSync(rcfile) ? JSON.parse(readFileSync(rcfile)) : {}; | ||
const terser = pkg.terser || (existsSync(rcfile) ? JSON.parse(readFileSync(rcfile)) : {}); | ||
@@ -114,0 +114,0 @@ function capitalize(str) { |
{ | ||
"name": "bundt", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"repository": "lukeed/bundt", | ||
@@ -38,4 +38,4 @@ "description": "A simple bundler for your delcious modules~!", | ||
"premove": "^3.0.0", | ||
"uvu": "^0.3.0" | ||
"uvu": "^0.5.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
12086