From 545ccb509d2a60dd61993eddd2bf2ea9d163ce37 Mon Sep 17 00:00:00 2001 From: rhearmas <34490428+qu-ota@users.noreply.github.com> Date: Wed, 11 Dec 2019 13:53:23 -0500 Subject: [PATCH] package preparation! so cool --- package.json | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index e3c719f..2539a43 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "guidebot", - "version": "2.3.6", - "description": "A boilerplate example bot with command handler and reloadable commands. Updated and Maintained by the Idiot's Guide Community", + "name": "cardboardbot", + "version": "1.0.0", + "description": "Discord bot that manages everything at my discord server.", "main": "index.js", "scripts": { "start": "node index.js", @@ -12,17 +12,13 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/An-Idiots-Guide/guidebot.git" + "url": "git+https://github.com/rhearmas/cardboardbot.git" }, - "author": "Evelyne Lachance (http://evie.codes)", - "contributors": [ - "York (http://anidiots.guide)" - ], - "license": "MIT", + "author": "rhearmas (http://rhearmas.carrd.co)", "bugs": { - "url": "https://github.com/An-Idiots-Guide/guidebot/issues" + "url": "https://github.com/rhearmas/cardboardbot/issues" }, - "homepage": "https://github.com/An-Idiots-Guide/guidebot#readme", + "homepage": "https://github.com/rhearmas/cardboardbot#readme", "dependencies": { "better-sqlite3": "^5.4.0", "chalk": "^2.4.2", @@ -33,5 +29,8 @@ "moment": "^2.24.0", "moment-duration-format": "^2.3.2", "recrawl": "^2.0.0" + }, + "publishConfig": { + "registry": "https://npm.pkg.github.com/" } }