update links

This commit is contained in:
AJ ONeal 2018-09-03 13:38:47 -06:00
parent 2d2ea74c5e
commit 6f6deae8fa
1 changed files with 4 additions and 4 deletions

View File

@ -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 <coolaj86@gmail.com> (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"
}