Skip to content

Commit ea8762e

Browse files
authored
fix #82 (#83)
1 parent a85e894 commit ea8762e

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.taprc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
check-coverage: false

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use strict'
22

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

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,5 @@
3333
"tap": "^16.0.0",
3434
"tsd": "^0.31.0",
3535
"uri-js": "^4.4.1"
36-
},
37-
"dependencies": {},
38-
"tap": {
39-
"check-coverage": false
4036
}
4137
}

0 commit comments

Comments
 (0)