@shadowspawn/nvh
Advanced tools
Comparing version 7.0.3 to 8.0.0
@@ -10,5 +10,11 @@ # Changelog | ||
## [8.0.0] (2019-07-22) | ||
### Changed | ||
- Add npm version to installed message | ||
## [7.0.3] (2019-06-06) | ||
## Fixed | ||
### Fixed | ||
@@ -25,7 +31,7 @@ - lts version lookup working again after change to `index.tab` format used on node download site | ||
## Added | ||
### Added | ||
- example instructions to `chown` rather than use `sudo` | ||
## Changed | ||
### Changed | ||
@@ -36,7 +42,7 @@ - dev: detached `nvh` repo from upstream `tj/n` | ||
## Added | ||
### Added | ||
- `nvh prefix` for scripting and help instructions which work across multiple setups | ||
## Changed | ||
### Changed | ||
@@ -47,3 +53,3 @@ - use `--compressed` with `curl` for getting remote node version index | ||
## Added | ||
### Added | ||
@@ -54,7 +60,7 @@ - `NVH_PRESERVE_NPM` to preserve `npm` by default for installs | ||
## Changed | ||
### Changed | ||
- `doc` directory name changed back to `docs` (!), because supported by GitHub | ||
## Changed | ||
### Changed | ||
@@ -65,3 +71,3 @@ - be more conservative determining architecture to reduce possibility install incompatible binary | ||
## Added | ||
### Added | ||
@@ -77,3 +83,3 @@ - `nvh exec <version> <command> [args]` executes command with PATH modified, allowing running scripts or commands using cached node and npm. (So like `nvh run` but more general.) | ||
## Fixed | ||
### Fixed | ||
@@ -84,3 +90,3 @@ - invalid version error handling for `nvh run` and `nvh which` | ||
## Added | ||
### Added | ||
@@ -87,0 +93,0 @@ - `nvh uninstall` to remove installed version of node, npm, et al |
{ | ||
"name": "@shadowspawn/nvh", | ||
"description": "Node Version Helper. Easily install Node.js versions.", | ||
"version": "7.0.3", | ||
"version": "8.0.0", | ||
"author": "John Gee", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/shadowspawn/nvh", |
@@ -113,3 +113,3 @@ # Node Version Helper | ||
$ nvh install latest | ||
installed : v10.6.0 | ||
installed : v10.6.0 (with npm 6.1.0) | ||
$ npm --version | ||
@@ -116,0 +116,0 @@ 6.1.0 |
Sorry, the diff of this file is not supported yet
54286