From 44d3f850b090e03a77c758838442aa5f0bf014f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Sun, 23 Sep 2018 11:40:50 +0800 Subject: [PATCH] Update package.json --- package.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3233a72..86dd7a2 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "yunkong2.pushover", "description": "This adapter allows to send pushover notifications from yunkong2", - "version": "1.1.0", + "version": "0.1.0", "author": "bluefox ", "contributors": [ "bluefox " ], - "homepage": "https://github.com/yunkong2/yunkong2.pushover", + "homepage": "https://git.spacen.net/yunkong2/yunkong2.pushover", "license": "MIT", "keywords": [ "yunkong2", @@ -15,7 +15,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/yunkong2/yunkong2.pushover" + "url": "https://git.spacen.net/yunkong2/yunkong2.pushover" }, "dependencies": { "pushover-notifications": "^1.0.0" @@ -25,9 +25,6 @@ "mocha": "^5.2.0", "chai": "^4.1.2" }, - "bugs": { - "url": "https://github.com/yunkong2/yunkong2.pushover/issues" - }, "main": "main.js", "scripts": { "test": "node node_modules/mocha/bin/mocha --exit"