v0.5.1
authorAJ ONeal <coolaj86@gmail.com>
Wed, 12 Aug 2020 18:55:44 +0000 (12:55 -0600)
committerAJ ONeal <coolaj86@gmail.com>
Wed, 12 Aug 2020 18:55:44 +0000 (12:55 -0600)
_npm/README.md
_npm/package-lock.json
_npm/package.json

index 2e2df0ae1b9ef835e0f9088d1afff857a4b43d1b..ff7aca75bd044cab057f2ebcd61501415c92e73b 100644 (file)
@@ -9,6 +9,12 @@ Effortlessly install developer tools with easy-to-remember URLs.
 - without touching system files or permissions
 - without looking up docs
 
+## Install webi via npm:
+
+```bash
+npm install -g webi
+```
+
 ## Example: Installing node
 
 Mac & Linux:
@@ -25,6 +31,9 @@ curl.exe -fsSA "MS" https://webinstall.dev/node | powershell
 
 ## Example: Switching node versions
 
+Once `webi` is installed, you can then install commands or switch versions with
+webi itself:
+
 ```bash
 webi node@stable
 webi node@lts
index 0c8e1573da0c6914c4617907d739ad6d0d6f4602..7fa187fdeccc3161bd3b21e55a348248be2a5de7 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "name": "@root/webi",
+  "name": "webi",
   "version": "0.5.0",
   "lockfileVersion": 1,
   "requires": true,
index 2086e7e561f4631e7bad90e66088e51f9a130f9a..e57b1b896adb1b9fc21ce6547c8c14fdcbf31952 100644 (file)
@@ -1,6 +1,6 @@
 {
-  "name": "@root/webi",
-  "version": "0.5.0",
+  "name": "webi",
+  "version": "0.5.1",
   "description": "Effortlessly install developer tools with easy-to-remember URLs",
   "main": "index.js",
   "homepage": "https://webinstall.dev",
@@ -8,7 +8,7 @@
     "scripts/"
   ],
   "scripts": {
-    "postinstall": "node scripts/webi.js",
+    "postinstall": "node scripts/install-webi.js",
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "repository": {