Skip to content

Commit 3b393ba

Browse files
authored
Merge pull request #4 from zillding/master
Update dependency react version
2 parents 77a4157 + 43aa0a8 commit 3b393ba

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
@@ -29,8 +29,8 @@
2929
"homepage": "https://github.com/cesarandreu/react-window-resize-listener#readme",
3030
"devDependencies": {
3131
"phantomjs": "^1.9.18",
32-
"react": "^0.14.0",
33-
"react-dom": "^0.14.0",
32+
"react": "^0.14.0 || ^15.0.0",
33+
"react-dom": "^0.14.0 || ^15.0.0",
3434
"standard": "^5.3.1",
3535
"tape": "^4.2.2",
3636
"zuul": "^3.7.1"
@@ -39,6 +39,6 @@
3939
"lodash.debounce": "^3.1.1"
4040
},
4141
"peerDependencies": {
42-
"react": "^0.14.0"
42+
"react": "^0.14.0 || ^15.0.0"
4343
}
4444
}

0 commit comments

Comments
 (0)