Merge pull request #135 from ryanburnette/master
authorRyan Burnette <ryan.burnette@gmail.com>
Tue, 29 Sep 2020 20:56:04 +0000 (16:56 -0400)
committerGitHub <noreply@github.com>
Tue, 29 Sep 2020 20:56:04 +0000 (16:56 -0400)
Housekeeping

README.md
package.json

index d9873b94484aa454645c0467dd4b3be58810b188..32acc27f58d1c0300744e6230dccd38927e1ab26 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# @[webinstall](https://webinstall.dev)/webi-installers
+# [webi-installers](https://github.com/webinstall/webi-packages)
 
-> [`webi`](https://webinstall.dev) is how developers install their tools
+> [webi](https://webinstall.dev) is how developers install their tools
 
 - no `sudo`
 - no package manager
@@ -14,7 +14,7 @@ curl https://webinstall.dev/webi | bash
 This repository contains the primary and community-submitted packages for
 [webinstall.dev](https://webinstall.dev).
 
-# How `webi` works
+# How webi works
 
 - Contacts official release APIs for download URLs
 - Selects the appropriate package version and archive format
index a6961af6892e747123ac9e2d155ea6bb44366f63..9453472c8ff87404ac94949632286d0481fc3fa4 100644 (file)
@@ -1,6 +1,7 @@
 {
-  "name": "@webinstall/packages",
-  "version": "0.1.0",
+  "name": "@webinstall/webi-installers",
+  "private": true,
+  "version": "0.2.0",
   "description": "webinstall script repository",
   "main": "_webi/",
   "scripts": {
@@ -8,7 +9,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/webinstall/packages.git"
+    "url": "git+https://github.com/webinstall/webi-installers.git"
   },
   "keywords": [
     "webinstall",
@@ -19,9 +20,9 @@
   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
   "license": "MPL-2.0",
   "bugs": {
-    "url": "https://github.com/webinstall/packages/issues"
+    "url": "https://github.com/webinstall/webi-installers/issues"
   },
-  "homepage": "https://github.com/webinstall/packages#readme",
+  "homepage": "https://github.com/webinstall/webi-installers#readme",
   "dependencies": {
     "@root/request": "^1.6.1",
     "dotenv": "^8.2.0",