Skip to content

Commit

Permalink
Update README, bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt committed Dec 15, 2023
1 parent 1b2eddc commit 74407d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 74407d2

Please sign in to comment.