Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
explicitly declare punycode dependency
Browse files Browse the repository at this point in the history
As of nodejs/node#7941, the node core punycode
module is deprecated.

Auditors: @bbondy

Test Plan: n/a
  • Loading branch information
diracdeltas committed Oct 19, 2016
1 parent 186113e commit e12fca0
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 @@ -96,6 +96,7 @@
"ledger-publisher": "^0.8.89",
"lru_cache": "^1.0.0",
"moment": "^2.15.1",
"punycode": "^2.0.0",
"qr-image": "^3.1.0",
"random-lib": "2.1.0",
"react": "^15.0.1",
Expand Down

0 comments on commit e12fca0

Please sign in to comment.