-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bond
committed
Feb 26, 2018
1 parent
496d0dc
commit 417f187
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "react-static-google-map", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"main": "dist/react-static-google-map.cjs.js", | ||
"module": "dist/react-static-google-map.esm.js", | ||
"browser": "dist/react-static-google-map.umd.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:bondz/react-static-google-map.git" | ||
}, | ||
"side-effects": false, | ||
"sideEffects": false, | ||
"author": "Akinmade Bond <[email protected]>", | ||
"typings": "./typings/index.d.ts", | ||
"license": "MIT", | ||
|