Skip to content

Commit

Permalink
Merge pull request #78 from salesforce/punycode-dep
Browse files Browse the repository at this point in the history
Explicit punycode dependency.

See https://nodejs.org/en/blog/release/v7.0.0/ and nodejs/node#7941
  • Loading branch information
stash-sfdc committed Oct 25, 2016
2 parents c11a2d1 + c107434 commit d25b3eb
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 d25b3eb

Please sign in to comment.