@ardatan/bob
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -82,3 +82,5 @@ #!/usr/bin/env node | ||
fields.forEach(field => { | ||
newPkg[field] = pkg[field]; | ||
if (pkg[field]) { | ||
newPkg[field] = pkg[field]; | ||
} | ||
}); | ||
@@ -85,0 +87,0 @@ function transformPath(filepath) { |
{ | ||
"name": "@ardatan/bob", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
3310
99