Skip to content

Commit

Permalink
6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Sep 25, 2017
1 parent b53b6e8 commit 18d92e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "whatwg-url",
"version": "6.2.1",
"version": "6.3.0",
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
"main": "lib/public-api.js",
"files": [
Expand Down Expand Up @@ -38,7 +38,10 @@
"!lib/utils.js"
],
"coverageDirectory": "coverage",
"coverageReporters": ["lcov", "text-summary"],
"coverageReporters": [
"lcov",
"text-summary"
],
"testEnvironment": "node",
"testMatch": [
"<rootDir>/test/**/*.js"
Expand Down

0 comments on commit 18d92e9

Please sign in to comment.