From 6f6deae8fa5e20a4c9684f1a503e697bb70e8dd7 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 3 Sep 2018 13:38:47 -0600 Subject: [PATCH] update links --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1f30850..8e09729 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pyconf", - "version": "1.1.5", + "version": "1.1.6", "description": "Read and write python config files non-destructively (preserves comments)", "main": "index.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/coolaj86/node-config-python.git" + "url": "https://git.coolaj6.com/coolaj86/pyconf.js.git" }, "keywords": [ "python", @@ -19,9 +19,9 @@ "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)", "bugs": { - "url": "https://github.com/coolaj86/node-config-python/issues" + "url": "https://git.coolaj6.com/coolaj86/pyconf.js/issues" }, - "homepage": "https://github.com/coolaj86/node-config-python#readme", + "homepage": "https://git.coolaj6.com/coolaj86/pyconf.js#readme", "dependencies": { "safe-replace": "^1.0.2" }