Skip to content

Commit

Permalink
Make NPM install version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Feb 17, 2020
1 parent 78ac769 commit 01b01b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/lib/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (forceInstall) {
console.log("--force, ignoring caches");
}

const VERSION = "v0.1.0";
const VERSION = "v0.2.0";
const BIN_PATH = path.join(__dirname, "../bin");

process.on("unhandledRejection", (reason, promise) => {
Expand Down

0 comments on commit 01b01b0

Please sign in to comment.