Skip to content

Commit

Permalink
Merge pull request #7 from ucamhal/limit-async-dep
Browse files Browse the repository at this point in the history
Prevent async >=2 being used
  • Loading branch information
p-muessig authored Jul 15, 2016
2 parents 46a1a15 + e46190f commit e9073b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A XSLT package wrapping the XSLT interface of the Java API for XML Processing (JAXP)",
"dependencies": {
"java": ">=0.3.1",
"async": ">=0.4.0"
"async": ">=0.4.0 < 2.0.0"
},
"devDependencies": {
"nodeunit": ">0.0.0"
Expand Down

0 comments on commit e9073b0

Please sign in to comment.