Skip to content

Commit 6c6fb17

Browse files
committed
14.0.0
1 parent 3f5e1a0 commit 6c6fb17

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whatwg-url",
3-
"version": "13.0.0",
3+
"version": "14.0.0",
44
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
55
"main": "index.js",
66
"files": [
@@ -36,7 +36,10 @@
3636
"test": "node --test test/*.js"
3737
},
3838
"c8": {
39-
"reporter": ["text", "html"],
39+
"reporter": [
40+
"text",
41+
"html"
42+
],
4043
"exclude": [
4144
"lib/Function.js",
4245
"lib/URL.js",

0 commit comments

Comments
 (0)