From a0d1c7845c745c376a6e951902b6bcacb126e4ee Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 16 Apr 2019 00:23:36 -0600 Subject: [PATCH] v1.1.7: fix broken link --- package-lock.json | 13 +++++++++++++ package.json | 8 ++++---- 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..4c479b3 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "pyconf", + "version": "1.1.7", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "safe-replace": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-replace/-/safe-replace-1.1.0.tgz", + "integrity": "sha512-9/V2E0CDsKs9DWOOwJH7jYpSl9S3N05uyevNjvsnDauBqRowBPOyot1fIvV5N2IuZAbYyvrTXrYFVG0RZInfFw==" + } + } +} diff --git a/package.json b/package.json index 8e09729..f25ca2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pyconf", - "version": "1.1.6", + "version": "1.1.7", "description": "Read and write python config files non-destructively (preserves comments)", "main": "index.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://git.coolaj6.com/coolaj86/pyconf.js.git" + "url": "https://git.coolaj86.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://git.coolaj6.com/coolaj86/pyconf.js/issues" + "url": "https://git.coolaj86.com/coolaj86/pyconf.js/issues" }, - "homepage": "https://git.coolaj6.com/coolaj86/pyconf.js#readme", + "homepage": "https://git.coolaj86.com/coolaj86/pyconf.js#readme", "dependencies": { "safe-replace": "^1.0.2" }