Skip to content

Commit

Permalink
Merge pull request #251 from kaushlakers/master
Browse files Browse the repository at this point in the history
Lock version of punycode to 1.4.1 to avoid all transpilation issues
  • Loading branch information
kaushlakers authored Feb 2, 2018
2 parents 939183e + d520aea commit 69773f0
Show file tree
Hide file tree
Showing 3 changed files with 2,315 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "twitter-text",
"description": "official twitter text linkification",
"version": "2.0.4-rc1",
"version": "2.0.4",
"main": "build/twitter-text.js",
"files": [
"build/twitter-text.js"
Expand Down Expand Up @@ -40,6 +40,6 @@
"test": "npm run build && rake test && rake test:conformance"
},
"dependencies": {
"punycode": "^2.1.0"
"punycode": "1.4.1"
}
}
Loading

0 comments on commit 69773f0

Please sign in to comment.