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 16f9e37 commit 70f0b0eCopy full SHA for 70f0b0e
package.json
100755
100644
@@ -1,6 +1,6 @@
1
{
2
"name": "react-material-ui-form-validator",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Implementation of react-form-validator-core for material-ui",
5
"main": "./lib/index.js",
6
"scripts": {
@@ -29,8 +29,8 @@
29
},
30
"peerDependencies": {
31
"material-ui": ">=0.16.0 <1",
32
- "react": "^15.0.0 || 16.0.0",
33
- "react-dom": "^15.0.0 || 16.0.0",
+ "react": "^15.0.0 || ^16.0.0",
+ "react-dom": "^15.0.0 || ^16.0.0",
34
"prop-types": "^15.0.0"
35
36
"devDependencies": {
0 commit comments