Comparing version 1.0.41 to 1.0.51
@@ -36,3 +36,3 @@ #!/usr/bin/env node | ||
item.source = js_beautify_1.default(item.source); | ||
console.log(`${fileName} | Beautified: ${newFile}}`); | ||
console.log(`${fileName} | Beautified: ${newFile}`); | ||
} | ||
@@ -39,0 +39,0 @@ fs_1.default.writeFileSync(newFile, item.source); |
{ | ||
"name": "dpacker", | ||
"version": "1.0.41", | ||
"version": "1.0.51", | ||
"main": "dist/index.js", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/meguminsama/dpacker" | ||
}, | ||
"scripts": { | ||
@@ -7,0 +11,0 @@ "start": "tsc; node ./dist/index.js", |
@@ -43,3 +43,3 @@ import fs from "fs"; | ||
item.source = jsBeautify(item.source); | ||
console.log(`${fileName} | Beautified: ${newFile}}`); | ||
console.log(`${fileName} | Beautified: ${newFile}`); | ||
} | ||
@@ -46,0 +46,0 @@ |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5194
1