diff --git a/README.md b/README.md index e1308db..62b4637 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Updates the Volta config in your `package.json` so your Node.js version will mat ## Usage 1. Uninstall any Node Version Managers you have, then install [Volta](https://volta.sh) -1. In your repo run `npm pkg set scripts.postinstall="npx base-volta-off-of-nwjs"` +1. In your repo run `npm pkg set scripts.postinstall="npx base-volta-off-of-nwjs@latest"` 1. Then run `npm install` * If it asks if you want to run `base-volta-off-of-nwjs` press `enter` to confirm, this should only happen once diff --git a/package.json b/package.json index 5ecd1fb..8289b23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base-volta-off-of-nwjs", - "version": "1.0.1", + "version": "1.0.2", "main": "index.js", "bin": "./index.js", "license": "MIT",