Skip to content

Commit e6b93e9

Browse files
author
xuopled
committed
Update React peer dependency
1 parent a864957 commit e6b93e9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.0.2 - 2017-01-04
2+
* Update : React peer dependency
3+
14
# 2.0.1 - 2016-11-21
25
* Add : Handle non web-browser environments
36

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-google-maps-loader",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "React HOC to use google maps services into your react applications",
55
"repository": {
66
"type": "git",
@@ -28,7 +28,7 @@
2828
"little-loader": "~0.1.0"
2929
},
3030
"peerDependencies": {
31-
"react": "~15.3.0"
31+
"react": "~0.13.x || ~0.14.x || ^15.0.0"
3232
},
3333
"devDependencies": {
3434
"babel-core": "~6.14.0",

0 commit comments

Comments
 (0)