Skip to content

Commit

Permalink
feat(package.json): update to react@^15.0.0
Browse files Browse the repository at this point in the history
* Permit React 15-rc to be included as a peer dependency.
* Update to 15.0.0 instead of the release candidate version.
* Closes #243
  • Loading branch information
beefancohen authored and tomchentw committed Apr 26, 2016
1 parent 5e672b9 commit 4a85cf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__template__gist__": "https://gist.github.com/tomchentw/368a93bb748ad9d576f1#file-package-json",
"name": "react-google-maps",
"version": "4.9.1",
"version": "4.9.2",
"description": "React.js Google Maps integration component",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -92,7 +92,7 @@
"warning": "^2.1.0"
},
"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
}
}

0 comments on commit 4a85cf6

Please sign in to comment.