diff --git a/.taprc b/.taprc new file mode 100644 index 0000000..d51127c --- /dev/null +++ b/.taprc @@ -0,0 +1 @@ +check-coverage: false diff --git a/index.js b/index.js index ba9979e..aa2daa3 100644 --- a/index.js +++ b/index.js @@ -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') diff --git a/package.json b/package.json index 7aa187d..c38b96b 100644 --- a/package.json +++ b/package.json @@ -33,9 +33,5 @@ "tap": "^16.0.0", "tsd": "^0.31.0", "uri-js": "^4.4.1" - }, - "dependencies": {}, - "tap": { - "check-coverage": false } }