@ardatan/bob
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -59,2 +59,3 @@ #!/usr/bin/env node | ||
await bundle.write({ | ||
banner: `#!/usr/bin/env node`, | ||
preferConst: true, | ||
@@ -61,0 +62,0 @@ sourcemap: options.sourcemap, |
@@ -0,2 +1,3 @@ | ||
#!/usr/bin/env node | ||
export {}; | ||
//# sourceMappingURL=update-version.d.ts.map |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
"use strict"; | ||
@@ -13,2 +14,2 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
distPackageJson.version = srcPackageJson.version; | ||
fs_1.writeFileSync(path_1.join(cwd, './package.json'), distPackageJson); | ||
fs_1.writeFileSync(path_1.join(cwd, './dist/package.json'), JSON.stringify(distPackageJson, null, 2)); |
{ | ||
"name": "@ardatan/bob", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"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
4961
141