From e979e51d61a9869edc5f7991a349a79ea6f4d218 Mon Sep 17 00:00:00 2001 From: Uldis Sturms Date: Fri, 13 Jan 2017 23:04:12 +0000 Subject: [PATCH] update package refs to drone-demos repo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3d35139..ab58c62 100644 --- a/package.json +++ b/package.json @@ -9,14 +9,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/uldissturms/drone-nodejs-spike.git" + "url": "git+https://github.com/drone-demos/drone-with-nodejs.git" }, "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/uldissturms/drone-nodejs-spike/issues" + "url": "https://github.com/drone-demos/drone-with-nodejs/issues" }, - "homepage": "https://github.com/uldissturms/drone-nodejs-spike#readme", + "homepage": "https://github.com/drone-demos/drone-with-nodejs#readme", "devDependencies": { "tape": "^4.6.3" }