Skip to content

Commit

Permalink
chore: remove url from node globals
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Apr 13, 2021
1 parent e69eba6 commit c47f022
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
"@types/varint": "^6.0.0",
"abortable-iterator": "^3.0.0",
"aegir": "^33.0.0",
"buffer": "^6.0.3",
"chai-bytes": "^0.1.2",
"chai-string": "^1.5.0",
"delay": "^5.0.0",
Expand Down Expand Up @@ -167,7 +168,6 @@
"rimraf": "^3.0.2",
"sinon": "^10.0.0",
"uint8arrays": "^2.1.3",
"url": "^0.11.0",
"util": "^0.12.3"
},
"contributors": [
Expand Down
1 change: 0 additions & 1 deletion scripts/node-globals.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
// @ts-nocheck
export const { Buffer } = require('buffer')
export const url = require('url')

0 comments on commit c47f022

Please sign in to comment.