Skip to content

Commit

Permalink
Noissue - Add punycode dependency explicitly
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kzar committed Aug 23, 2016
1 parent 492b7e1 commit 858f371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"license" : "GPL-3.0",
"repository": { },
"dependencies": {
"punycode": "*",
"tldjs": "*"
},
"devDependencies": {
Expand Down

0 comments on commit 858f371

Please sign in to comment.