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 ffaa7f6..d722770 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "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", "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",