@shadowspawn/nvh
Advanced tools
Comparing version 9.1.1 to 9.1.2
@@ -10,2 +10,12 @@ # Changelog | ||
## [9.1.2] (2019-11-16) | ||
### Added | ||
- advice to reset command hash when node location changes | ||
### Changed | ||
- in README use `raw.githubusercontent.com` for raw access for bootstrapping | ||
## [9.1.1] (2019-11-10) | ||
@@ -15,3 +25,3 @@ | ||
- Specify `--no-same-owner` for tarball extraction so cache files not owned by unexpected user | ||
- Specify `--no-same-owner` for tarball extraction so cache files not owned by unexpected user (when run with sudo) | ||
@@ -327,2 +337,3 @@ ## [9.1.0] (2019-10-25) | ||
[Unreleased]: https://github.com/shadowspawn/nvh/compare/master...develop | ||
[9.1.1]: https://github.com/shadowspawn/nvh/compare/v9.0.0...shadowspawn:v9.1.1 | ||
[9.1.0]: https://github.com/shadowspawn/nvh/compare/v9.0.0...shadowspawn:v9.1.0 | ||
@@ -329,0 +340,0 @@ [9.0.0]: https://github.com/shadowspawn/nvh/compare/v8.0.0...shadowspawn:v9.0.0 |
{ | ||
"name": "@shadowspawn/nvh", | ||
"description": "Node Version Helper. Easily install Node.js versions.", | ||
"version": "9.1.1", | ||
"version": "9.1.2", | ||
"author": "John Gee", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/shadowspawn/nvh", |
@@ -44,3 +44,3 @@ # Node Version Helper | ||
curl -L https://github.com/shadowspawn/nvh/raw/master/bin/nvh -o nvh | ||
curl -L https://raw.githubusercontent.com/shadowspawn/nvh/master/bin/nvh -o nvh | ||
bash nvh install lts | ||
@@ -47,0 +47,0 @@ # Now node and npm are available |
Sorry, the diff of this file is not supported yet
59043