From 9be1e1de796a86669ac177a538b2b74423c0e4d7 Mon Sep 17 00:00:00 2001 From: Sergey Bondarenko Date: Wed, 14 Feb 2018 16:31:58 +0100 Subject: [PATCH] Replace my repo url to qxip repo. Set version to 0.0.1 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 71fdee0..292a369 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gun-host", - "version": "1.0.0", + "version": "0.0.1", "description": "", "main": "index.js", "scripts": { @@ -9,15 +9,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/sergibondarenko/gun-host.git" + "url": "git+https://github.com:QXIP/gun-host.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/sergibondarenko/gun-host/issues" + "url": "https://github.com:QXIP/gun-host/issues" }, - "homepage": "https://github.com/sergibondarenko/gun-host#readme", + "homepage": "https://github.com:QXIP/gun-host#readme", "dependencies": { "bluebird": "3.5.1", "gun": "0.9.93",