Skip to content

Commit

Permalink
Use the right version of jsdom, not so loose with versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
aredridel committed Aug 9, 2014
1 parent 64bbf6d commit 5db5d55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@
}
],
"dependencies": {
"jsdom": "^1.0.0",
"opts": "^1.2.1",
"html5-entities": "^0.5.0"
},
"optionalDependencies": {
"jsdom": ">= 0.9.0"
},
"devDependencies": {
"tape": "^1.0.4",
"bench": "^0.3.3",
Expand Down

0 comments on commit 5db5d55

Please sign in to comment.