-
Notifications
You must be signed in to change notification settings - Fork 44
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
Cédric Delpoux
committed
Jul 18, 2018
1 parent
4f19301
commit 641d1f6
Showing
2 changed files
with
476 additions
and
264 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 |
---|---|---|
|
@@ -5,9 +5,12 @@ | |
"name": "Cédric Delpoux", | ||
"email": "[email protected]" | ||
}, | ||
"description": | ||
"React component to select geolocated suggestion from Google Maps Places API", | ||
"files": ["es", "lib", "umd"], | ||
"description": "React component to select geolocated suggestion from Google Maps Places API", | ||
"files": [ | ||
"es", | ||
"lib", | ||
"umd" | ||
], | ||
"homepage": "https://github.com/xuopled/react-google-places-suggest#readme", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -16,7 +19,14 @@ | |
"bugs": { | ||
"url": "https://github.com/xuopled/react-google-places-suggest/issues" | ||
}, | ||
"keywords": ["react", "google", "maps", "places", "googlemaps", "geosuggest"], | ||
"keywords": [ | ||
"react", | ||
"google", | ||
"maps", | ||
"places", | ||
"googlemaps", | ||
"geosuggest" | ||
], | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
|
Oops, something went wrong.