Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

Commit ce64dd8

Browse files
committed
Fix jsdom versioning shenanigan
1 parent 07a4f1d commit ce64dd8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@
3434
}
3535
],
3636
"dependencies": {
37-
"jsdom": "^1.0.0",
3837
"opts": "^1.2.1",
3938
"html5-entities": "^0.5.0"
4039
},
40+
"optionalDependencies": {
41+
"jsdom": "^0.11.0"
42+
},
4143
"devDependencies": {
4244
"tape": "^1.0.4",
4345
"bench": "^0.3.3",

0 commit comments

Comments
 (0)