From 59074b5d9d0a9f03a0f525011a3cbd37428347c4 Mon Sep 17 00:00:00 2001
From: Ryan Burnette <ryan.burnette@gmail.com>
Date: Sat, 26 Sep 2020 17:01:01 -0400
Subject: [PATCH] update package.json

- rename packages to webi-packages
- set private to avoid accidental publishing to npm
- bump version to v0.2.0 and discuss using versions in this repo
---
 package.json | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index a6961af..9453472 100644
--- a/package.json
+++ b/package.json
@@ -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",
-- 
2.25.1