Skip to content

Commit c5e1391

Browse files
committed
[Fix] use punycode from the package and not from the node core module
Fixes #70
1 parent 57539a8 commit c5e1391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

url.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
'use strict';
2525

26-
var punycode = require('punycode');
26+
var punycode = require('punycode/');
2727

2828
function Url() {
2929
this.protocol = null;

0 commit comments

Comments
 (0)