Skip to content

Commit

Permalink
14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 5, 2023
1 parent 3f5e1a0 commit 6c6fb17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -36,7 +36,10 @@
"test": "node --test test/*.js"
},
"c8": {
"reporter": ["text", "html"],
"reporter": [
"text",
"html"
],
"exclude": [
"lib/Function.js",
"lib/URL.js",
Expand Down

0 comments on commit 6c6fb17

Please sign in to comment.