bump version and update git links

This commit is contained in:
Flummi 2022-05-09 18:42:47 +02:00
parent ba96fd0869
commit cee3fea8b7

View File

@ -1,12 +1,12 @@
{ {
"name": "cuffeo", "name": "cuffeo",
"version": "1.1.1", "version": "1.2.0",
"description": "A multi-protocol chatbot library with nearly zero dependencies.", "description": "A multi-protocol chatbot library with nearly zero dependencies.",
"main": "src/index.mjs", "main": "src/index.mjs",
"scripts": {}, "scripts": {},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@github.com:kein-Bot/cuffeo.git" "url": "gitea@git.lat:keinBot/cuffeo.git"
}, },
"keywords": [ "keywords": [
"cuffeo", "cuffeo",
@ -20,7 +20,7 @@
"flumm-fetch": "^1.0.1" "flumm-fetch": "^1.0.1"
}, },
"bugs": { "bugs": {
"url": "https://github.com/kein-Bot/cuffeo/issues" "url": "https://git.lat/keinBot/cuffeo/issues"
}, },
"homepage": "https://github.com/kein-Bot/cuffeo#readme" "homepage": "https://git.lat/keinBot/cuffeo"
} }