Changed repo and describ for npm

This commit is contained in:
dabbott 2021-02-06 15:39:50 +02:00
parent 0eb116b96f
commit dac11ea56e

View File

@ -1,14 +1,14 @@
{ {
"name": "jotify", "name": "jotify",
"version": "1.0.0", "version": "1.0.0",
"description": "A gotify library for JS", "description": "A dead simple gotify library for sending arbitrary messages in JS",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://gitea.nannal.com/nannal/jotify" "url": "https://github.com/nannal/jotify"
}, },
"keywords": [ "keywords": [
"gotify" "gotify"