mirror of
https://github.com/tj/n.git
synced 2024-11-21 18:48:57 +01:00
Restore release version for a documentation-only update
This commit is contained in:
parent
ebfd77d635
commit
0af211c189
2
bin/n
2
bin/n
@ -61,7 +61,7 @@ function n_grep() {
|
||||
# Setup and state
|
||||
#
|
||||
|
||||
VERSION="v9.2.1"
|
||||
VERSION="v9.2.0"
|
||||
|
||||
N_PREFIX="${N_PREFIX-/usr/local}"
|
||||
N_PREFIX=${N_PREFIX%/}
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "n",
|
||||
"version": "9.2.1",
|
||||
"version": "9.2.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "n",
|
||||
"description": "Interactively Manage All Your Node Versions",
|
||||
"version": "9.2.1",
|
||||
"version": "9.2.0",
|
||||
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
||||
"homepage": "https://github.com/tj/n",
|
||||
"bugs": "https://github.com/tj/n/issues",
|
||||
|
Loading…
Reference in New Issue
Block a user