@shadowspawn/nvh
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -10,2 +10,13 @@ # Changelog | ||
## [6.0.3] (2018-11-11) | ||
### Added | ||
- show `uname` in `nvh doctor` | ||
### Changed | ||
- improve display of node JavaScript engine by `nvh doctor` | ||
- tweak relative links in README for compatibility with npmjs.org | ||
## [6.0.2] (2018-09-23) | ||
@@ -201,2 +212,3 @@ | ||
[Unreleased]: https://github.com/JohnRGee/nvh/compare/master...develop | ||
[6.0.3]: https://github.com/JohnRGee/nvh/compare/v6.0.2...JohnRGee:v6.0.3 | ||
[6.0.2]: https://github.com/JohnRGee/nvh/compare/v6.0.1...JohnRGee:v6.0.2 | ||
@@ -203,0 +215,0 @@ [6.0.1]: https://github.com/JohnRGee/nvh/compare/v6.0.0...JohnRGee:v6.0.1 |
{ | ||
"name": "@shadowspawn/nvh", | ||
"description": "Node Version Helper. Easily install Node.js versions.", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"author": "John Gee", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/JohnRGee/nvh", |
@@ -9,3 +9,3 @@ # Node Version Helper | ||
Forked from [tj/n](https://github.com/tj/n) with [changes to command syntax](docs/coming-from-n.md), bug fixes, and new features. | ||
Forked from [tj/n](https://github.com/tj/n) with [changes to command syntax](/docs/coming-from-n.md), bug fixes, and new features. | ||
@@ -75,8 +75,8 @@ - [Node Version Helper](#node-version-helper) | ||
The last form is for specifying [other releases](https://nodejs.org/download) available using the name of the remote download folder followed by the complete or incomplete version. | ||
The last form is for specifying [other releases](https://nodejs.org/download) available using the name of the remote download folder optionally followed by the complete or incomplete version. | ||
- `chakracore-release/latest` | ||
- `nightly/10` | ||
- `nightly` | ||
- `test/v11.0.0-test20180528` | ||
- `rc/v10.0.0-rc.1` | ||
- `rc/10` | ||
@@ -143,3 +143,3 @@ ## Using Downloaded Node Versions Without Reinstalling | ||
See [Environment Variables](docs/environment-variables.md) for more about these settings: | ||
See [Environment Variables](/docs/environment-variables.md) for more about these settings: | ||
@@ -150,3 +150,3 @@ NVH_NODE_MIRROR | ||
See [Proxy Server](docs/proxy-server.md) for variables and advice for using a proxy server. | ||
See [Proxy Server](/docs/proxy-server.md) for variables and advice for using a proxy server. | ||
@@ -153,0 +153,0 @@ https_proxy |
Sorry, the diff of this file is not supported yet
45009