We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a864957 commit e6b93e9Copy full SHA for e6b93e9
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 2.0.2 - 2017-01-04
2
+* Update : React peer dependency
3
+
4
# 2.0.1 - 2016-11-21
5
* Add : Handle non web-browser environments
6
package.json
@@ -1,6 +1,6 @@
{
"name": "react-google-maps-loader",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "React HOC to use google maps services into your react applications",
"repository": {
"type": "git",
@@ -28,7 +28,7 @@
28
"little-loader": "~0.1.0"
29
},
30
"peerDependencies": {
31
- "react": "~15.3.0"
+ "react": "~0.13.x || ~0.14.x || ^15.0.0"
32
33
"devDependencies": {
34
"babel-core": "~6.14.0",
0 commit comments