Skip to content

Commit 454c075

Browse files
committed
allow loose versioning of react 0.13/0.14; closes #27
1 parent 010197b commit 454c075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/developerdizzle/react-virtual-list",
2929
"dependencies": {
30-
"react": "^0.13.3"
30+
"react": "~0.13.x"
3131
},
3232
"devDependencies": {
3333
"gulp": "^3.8.11",

0 commit comments

Comments
 (0)