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

Commit 575bd06

Browse files
committed
fix(dependencies): JSDOM must be version below 4.x to be able to work with NodeJS
1 parent f55500e commit 575bd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"grunt-shell": "^1.1.2",
3535
"grunt-shell-spawn": "^0.3.2",
3636
"jasmine-core": "^2.2.0",
37-
"jsdom": "^5.0.1",
37+
"jsdom": ">= 0.1.23 < 4.0.0",
3838
"karma": "0.12.32",
3939
"karma-chrome-launcher": "^0.1.8",
4040
"karma-coffee-preprocessor": "^0.2.1",

0 commit comments

Comments
 (0)