Skip to content

Commit cbfb8cd

Browse files
committed
Merge pull request #158 from opichals/patch-1
Allow using react 15.0.0-rc.1
2 parents 2e869ba + 661d922 commit cbfb8cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"react-pure-render": "^1.0.2"
130130
},
131131
"peerDependencies": {
132-
"react": "^0.14.0",
133-
"react-dom": "^0.14.3"
132+
"react": "^0.14.0 || ^15.0.0-rc.1",
133+
"react-dom": "^0.14.3 || ^15.0.0-rc.1"
134134
}
135135
}

0 commit comments

Comments
 (0)