We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c0bc0 commit f066e06Copy full SHA for f066e06
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "legit-tests",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"description": "a chainable testing library for React",
5
"main": "legit-tests.js",
6
"scripts": {
@@ -48,8 +48,8 @@
48
"harmony-reflect": "^1.4.2",
49
"jsdom": "^6.5.1",
50
"lodash": "^3.10.1",
51
- "react": "^0.14.0",
52
- "react-addons-test-utils": "^0.14.0",
53
- "react-dom": "^0.14.0"
+ "react": ">=0.14.0 || >15.0.0",
+ "react-addons-test-utils": ">=0.14.0 || >=15.0.0",
+ "react-dom": ">=0.14.0 || >=15.0.0"
54
}
55
0 commit comments