diff --git a/CHANGELOG.md b/CHANGELOG.md index 262fc7dd..8a64dfc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Add: `bootstrapURLKeys` (object) instead of `apiKey` prop Example: ```javascript -" ], diff --git a/package.json b/package.json index c5c17faf..9c55035a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/istarkov/google-map-react.git" + "url": "git+https://github.com/google-map-react/google-map-react.git" }, "keywords": [ "react", @@ -38,9 +38,9 @@ "author": "istarkov https://github.com/istarkov", "license": "MIT", "bugs": { - "url": "https://github.com/istarkov/google-map-react/issues" + "url": "https://github.com/google-map-react/google-map-react/issues" }, - "homepage": "https://github.com/istarkov/google-map-react#readme", + "homepage": "https://github.com/google-map-react/google-map-react#readme", "peerDependencies": { "prop-types": "^15.5.6", "react": "^0.14.0 || ^15.0.0 || ^16.0.0"