Skip to content

Commit 858f371

Browse files
committed
Noissue - Add punycode dependency explicitly
Since the built-in punycode will be depreciated[1] as of Node.js v7 we need to start declaring this dependency explicitly. [1] - nodejs/node#7941
1 parent 492b7e1 commit 858f371

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"license" : "GPL-3.0",
33
"repository": { },
44
"dependencies": {
5+
"punycode": "*",
56
"tldjs": "*"
67
},
78
"devDependencies": {

0 commit comments

Comments
 (0)