We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f610d66 commit 97226f0Copy full SHA for 97226f0
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "legit-tests",
3
- "version": "0.6.1",
+ "version": "0.6.2",
4
"description": "a chainable testing library for React",
5
"main": "legit-tests.js",
6
"scripts": {
@@ -46,6 +46,7 @@
46
"webpack": "^1.12.2"
47
},
48
"dependencies": {
49
+ "babel": "^5.8.29",
50
"jsdom": "^6.5.1",
51
"react": "^0.14.0",
52
"react-addons-test-utils": "^0.14.0",
0 commit comments