Skip to content

Commit

Permalink
chore: remove unused whatwg-url
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Mar 1, 2022
1 parent c0e523f commit 625dab0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -29,8 +29,7 @@
"form-data": "^4.0.0",
"parted": "^0.1.1",
"string-to-arraybuffer": "^1.0.2",
"tap": "^15.1.6",
"whatwg-url": "^7.0.0"
"tap": "^15.1.6"
},
"dependencies": {
"minipass": "^3.1.6",
Expand Down
1 change: 0 additions & 1 deletion test/index.js
Expand Up @@ -4,7 +4,6 @@ const TestServer = require('./fixtures/server.js')
const fetch = require('../lib/index.js')
const stringToArrayBuffer = require('string-to-arraybuffer')
const URLSearchParamsPolyfill = require('@ungap/url-search-params')
const { URL } = require('whatwg-url')
const { FetchError, Headers, Request, Response } = fetch
const FetchErrorOrig = require('../lib/fetch-error.js')
const HeadersOrig = require('../lib/headers.js')
Expand Down

0 comments on commit 625dab0

Please sign in to comment.