Skip to content

Commit

Permalink
fix #82 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday authored Jun 5, 2024
1 parent a85e894 commit ea8762e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .taprc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
check-coverage: false
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict'

const URL = require('node:url')
const { normalizeIPv6, normalizeIPv4, removeDotSegments, recomposeAuthority, normalizeComponentEncoding } = require('./lib/utils')
const SCHEMES = require('./lib/schemes')

Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,5 @@
"tap": "^16.0.0",
"tsd": "^0.31.0",
"uri-js": "^4.4.1"
},
"dependencies": {},
"tap": {
"check-coverage": false
}
}

0 comments on commit ea8762e

Please sign in to comment.