diff --git a/package-lock.json b/package-lock.json index d821893..689be1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whatwg-url", - "version": "13.0.0", + "version": "14.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "whatwg-url", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "dependencies": { "tr46": "^5.0.0", diff --git a/package.json b/package.json index 5010b21..2694cc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whatwg-url", - "version": "13.0.0", + "version": "14.0.0", "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery", "main": "index.js", "files": [ @@ -36,7 +36,10 @@ "test": "node --test test/*.js" }, "c8": { - "reporter": ["text", "html"], + "reporter": [ + "text", + "html" + ], "exclude": [ "lib/Function.js", "lib/URL.js",