gitfap -> github

This commit is contained in:
Flummi 2019-11-25 04:02:17 +01:00
parent 84275bfcd7
commit 671fc3c746
2 changed files with 5 additions and 11 deletions

5
package-lock.json generated
View File

@ -1,5 +0,0 @@
{
"name": "flumm-fetch-cookies",
"version": "1.1.0",
"lockfileVersion": 1
}

View File

@ -1,6 +1,6 @@
{ {
"name": "flumm-fetch-cookies", "name": "flumm-fetch-cookies",
"version": "1.1.0", "version": "1.1.1",
"description": "flumm-fetch wrapper that adds support for cookie-jars", "description": "flumm-fetch wrapper that adds support for cookie-jars",
"main": "src/index.mjs", "main": "src/index.mjs",
"engines": { "engines": {
@ -11,7 +11,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://gitfap.de/keinBot/flumm-fetch-cookies.git" "url": "git+https://github.com/kein-Bot/flumm-fetch-cookies.git"
}, },
"keywords": [ "keywords": [
"cookie", "cookie",
@ -19,11 +19,10 @@
"flumm-fetch", "flumm-fetch",
"fetch" "fetch"
], ],
"private": "true", "author": "flummi & jkhsjdhjs",
"author": "jkhsjdhjs",
"license": "MIT", "license": "MIT",
"bugs": { "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"
} }