update links
This commit is contained in:
parent
2d2ea74c5e
commit
6f6deae8fa
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pyconf",
|
"name": "pyconf",
|
||||||
"version": "1.1.5",
|
"version": "1.1.6",
|
||||||
"description": "Read and write python config files non-destructively (preserves comments)",
|
"description": "Read and write python config files non-destructively (preserves comments)",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/coolaj86/node-config-python.git"
|
"url": "https://git.coolaj6.com/coolaj86/pyconf.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"python",
|
"python",
|
||||||
|
@ -19,9 +19,9 @@
|
||||||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||||
"license": "(MIT OR Apache-2.0)",
|
"license": "(MIT OR Apache-2.0)",
|
||||||
"bugs": {
|
"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": {
|
"dependencies": {
|
||||||
"safe-replace": "^1.0.2"
|
"safe-replace": "^1.0.2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue