From d3b9192fccf6c5ba732730c23275f2e83bc31c4a Mon Sep 17 00:00:00 2001 From: Flummi Date: Mon, 25 Nov 2019 04:12:36 +0100 Subject: [PATCH] gitfap -> github --- package.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 1fe20f0..0826c0f 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,26 @@ { "name": "cuffeo", - "version": "1.0.1", - "description": "lul", + "version": "1.0.2", + "description": "A multi-protocol chatbot library with nearly zero dependencies.", "main": "src/index.mjs", "scripts": {}, "repository": { "type": "git", - "url": "git@gitfap.de:keinBot/cuffeo.git" + "url": "git@github.com:kein-Bot/cuffeo.git" }, - "author": "Flummi", - "license": "ISC", + "keywords": [ + "cuffeo", + "irc", + "telegram", + "slack" + ], + "author": "Flummi & jkhsjdhjs", + "license": "MIT", "dependencies": { - "flumm-fetch-cookies": "git+https://gitfap.de/keinBot/flumm-fetch-cookies" - } + "flumm-fetch-cookies": "^1.1.1" + }, + "bugs": { + "url": "https://github.com/kein-Bot/cuffeo/issues" + }, + "homepage": "https://github.com/kein-Bot/cuffeo#readme" }