Skip to content

Commit

Permalink
Explicit punycode dependency
Browse files Browse the repository at this point in the history
Node v7 soft-deprecates the punycode module.

See https://nodejs.org/en/blog/release/v7.0.0/ and
nodejs/node#7941
  • Loading branch information
stash-sfdc committed Oct 25, 2016
1 parent c11a2d1 commit c107434
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- stable
- "7.0"
- "6.0"
- "5.12"
- "5.0"
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,8 @@
"async": "^1.4.2",
"string.prototype.repeat": "^0.2.0",
"vows": "^0.8.1"
},
"dependencies": {
"punycode": "^1.4.1"
}
}

0 comments on commit c107434

Please sign in to comment.