0
0
mirror of https://github.com/tj/n.git synced 2024-11-24 19:46:56 +01:00

Restore release version for a documentation-only update

This commit is contained in:
John Gee 2024-01-20 10:04:49 +13:00
parent 8bb34aaa44
commit ebfd77d635
3 changed files with 3 additions and 3 deletions

2
bin/n
View File

@ -61,7 +61,7 @@ function n_grep() {
# Setup and state # Setup and state
# #
VERSION="v9.2.1-0" VERSION="v9.2.1"
N_PREFIX="${N_PREFIX-/usr/local}" N_PREFIX="${N_PREFIX-/usr/local}"
N_PREFIX=${N_PREFIX%/} N_PREFIX=${N_PREFIX%/}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "n", "name": "n",
"version": "9.2.1-0", "version": "9.2.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "n", "name": "n",
"description": "Interactively Manage All Your Node Versions", "description": "Interactively Manage All Your Node Versions",
"version": "9.2.1-0", "version": "9.2.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>", "author": "TJ Holowaychuk <tj@vision-media.ca>",
"homepage": "https://github.com/tj/n", "homepage": "https://github.com/tj/n",
"bugs": "https://github.com/tj/n/issues", "bugs": "https://github.com/tj/n/issues",