diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 19d245c..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "workbench.colorCustomizations": { - "activityBar.background": "#251A80", - "titleBar.activeBackground": "#3325B3", - "titleBar.activeForeground": "#FAF9FE" - } -} \ No newline at end of file diff --git a/main.js b/main.js index 0971a0d..0d195d9 100644 --- a/main.js +++ b/main.js @@ -50,7 +50,7 @@ try { fs.writeFileSync(packagePath, parseString(packageJson)); - console.log({ packageName, packagePath }); + console.log("Package.json update successful"); } catch (e) { console.log(e.message); }