Skip to content

Commit 26e02b7

Browse files
author
Hudo Assenco
committed
v1.0.2
1 parent 004b9b7 commit 26e02b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-optimize",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "lib/react-optimize.js",
55
"license": "MIT",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"webpack-cli": "^3.1.2"
2121
},
2222
"peerDependencies": {
23-
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
24-
"prop-types": "^15.0.0"
23+
"prop-types": "^15.0.0",
24+
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
2525
}
2626
}

0 commit comments

Comments
 (0)