Skip to content

Commit

Permalink
Update lib/errors.js
Browse files Browse the repository at this point in the history
Co-authored-by: Gar <gar+gh@danger.computer>
  • Loading branch information
lukekarrys and wraithgar committed May 1, 2024
1 parent 814cb93 commit d832753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/errors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const { URL } = require('url')
const { URL } = require('node:url')

function packageName (href) {
try {
Expand Down

0 comments on commit d832753

Please sign in to comment.