From 671fc3c746772eea5111035855caaa94a655aac2 Mon Sep 17 00:00:00 2001 From: Flummi Date: Mon, 25 Nov 2019 04:02:17 +0100 Subject: [PATCH] gitfap -> github --- package-lock.json | 5 ----- package.json | 11 +++++------ 2 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 4876056..0000000 --- a/package-lock.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "flumm-fetch-cookies", - "version": "1.1.0", - "lockfileVersion": 1 -} diff --git a/package.json b/package.json index a4f98e5..5f2da86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flumm-fetch-cookies", - "version": "1.1.0", + "version": "1.1.1", "description": "flumm-fetch wrapper that adds support for cookie-jars", "main": "src/index.mjs", "engines": { @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://gitfap.de/keinBot/flumm-fetch-cookies.git" + "url": "git+https://github.com/kein-Bot/flumm-fetch-cookies.git" }, "keywords": [ "cookie", @@ -19,11 +19,10 @@ "flumm-fetch", "fetch" ], - "private": "true", - "author": "jkhsjdhjs", + "author": "flummi & jkhsjdhjs", "license": "MIT", "bugs": { - "url": "https://gitfap.de/keinBot/flumm-fetch-cookies/issues" + "url": "https://github.com/kein-Bot/flumm-fetch-cookies/issues" }, - "homepage": "https://gitfap.de/keinBot/flumm-fetch-cookies#readme" + "homepage": "https://github.com/kein-Bot/flumm-fetch-cookies#readme" }