Skip to content

Commit 70f0b0e

Browse files
committed
Fix React version.
1 parent 16f9e37 commit 70f0b0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

100755100644
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-material-ui-form-validator",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Implementation of react-form-validator-core for material-ui",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -29,8 +29,8 @@
2929
},
3030
"peerDependencies": {
3131
"material-ui": ">=0.16.0 <1",
32-
"react": "^15.0.0 || 16.0.0",
33-
"react-dom": "^15.0.0 || 16.0.0",
32+
"react": "^15.0.0 || ^16.0.0",
33+
"react-dom": "^15.0.0 || ^16.0.0",
3434
"prop-types": "^15.0.0"
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)