Skip to content

Commit

Permalink
Clear unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
ravuthz committed Sep 17, 2022
1 parent a4a8663 commit 30c0c42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 30c0c42

Please sign in to comment.