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 4a0568c..772d33c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fast-uri", "description": "Dependency free RFC 3986 URI toolbox", - "version": "2.3.0", + "version": "2.3.1", "main": "index.js", "type": "commonjs", "types": "types/index.d.ts", @@ -34,8 +34,5 @@ "tap": "^18.7.2", "tsd": "^0.31.0", "uri-js": "^4.4.1" - }, - "tap": { - "check-coverage": false } }