From 13934d956083ec7e8a1b33f07f0b03c04b2608ec Mon Sep 17 00:00:00 2001 From: Jane Jeon Date: Tue, 31 Aug 2021 21:47:59 -0400 Subject: [PATCH 1/2] whoops --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffaa7f6..f0894f8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "repository": "JaneJeon/normalize-url-plus", "author": "Jane Jeon ", "license": "LGPL-3.0", - "bin": "bin/normalize", + "bin": "bin/normalize.js", "scripts": { "test": "NODE_OPTIONS=--experimental-vm-modules jest", "update-data": "curl -L -s https://rules2.clearurls.xyz/data.minify.json > data/data.minify.json", From 5c1e1b5f4fd586e7429ad11ccf35b947e606a915 Mon Sep 17 00:00:00 2001 From: Jane Jeon Date: Tue, 31 Aug 2021 21:48:13 -0400 Subject: [PATCH 2/2] 1.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d187d59..2261705 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "normalize-url-plus", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "normalize-url-plus", - "version": "1.1.0", + "version": "1.1.1", "license": "LGPL-3.0", "dependencies": { "cheerio": "^1.0.0-rc.10", diff --git a/package.json b/package.json index f0894f8..d722770 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalize-url-plus", - "version": "1.1.0", + "version": "1.1.1", "description": "normalize-url plus additional features to supercharge link normalization!", "exports": "./index.js", "type": "module",