Skip to content

Commit e6660d2

Browse files
committed
Update react peerDependencies [3.0.8]
1 parent f71ad2b commit e6660d2

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-lazy-load",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "Simple lazy loading component built with react",
55
"main": "./lib/LazyLoad.js",
66
"scripts": {
@@ -55,7 +55,7 @@
5555
"lodash.throttle": "^4.0.0"
5656
},
5757
"peerDependencies": {
58-
"react": "^0.14.0",
59-
"react-dom": "^0.14.0"
58+
"react": "^0.14.0 || ^15.0.0-0",
59+
"react-dom": "^0.14.0 || ^15.0.0-0"
6060
}
6161
}

0 commit comments

Comments
 (0)