Skip to content

Commit b28a2da

Browse files
author
Amir Tocker
committed
Add jsdom to development requirements
1 parent 7508439 commit b28a2da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"browserify-shim": "^3.8.12",
3535
"chai": "^3.5.0",
3636
"enzyme": "^2.4.1",
37+
"jsdom": "^9.8.3",
3738
"mocha": "^3.0.2",
3839
"react": "^15.3.1",
3940
"react-addons-test-utils": "^15.3.1",
@@ -49,6 +50,8 @@
4950
"es2015",
5051
"stage-1"
5152
],
52-
"ignore": [ "**/*compiled.js*"]
53+
"ignore": [
54+
"**/*compiled.js*"
55+
]
5356
}
5457
}

0 commit comments

Comments
 (0)