@sanity/google-maps-input
Advanced tools
Comparing version 0.0.5 to 0.0.6
import bundledTypes from 'part:@sanity/base/bundled-types' | ||
import {keyBy} from 'lodash' | ||
import keyBy from 'lodash.keyby' | ||
@@ -4,0 +4,0 @@ const keyedTypes = keyBy(bundledTypes.types, 'name') |
{ | ||
"name": "@sanity/google-maps-input", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Sanity plugin providing input handlers for geo-related input types using Google Maps", | ||
@@ -23,8 +23,8 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@sanity/base": "^0.1.3", | ||
"@sanity/base": "^0.1.5", | ||
"@sanity/check": "0.0.2", | ||
"@sanity/cli": "^0.1.12", | ||
"@sanity/components": "0.0.58", | ||
"@sanity/core": "0.0.7", | ||
"@sanity/form-builder": "0.0.50", | ||
"@sanity/components": "^0.0.58", | ||
"@sanity/core": "^0.0.12", | ||
"@sanity/form-builder": "^0.0.52", | ||
"babel-cli": "^6.9.0", | ||
@@ -39,2 +39,3 @@ "babel-eslint": "^6.0.4", | ||
"eslint-plugin-react": "^6.3.0", | ||
"lodash.keyby": "^4.6.0", | ||
"rimraf": "^2.5.2" | ||
@@ -41,0 +42,0 @@ }, |
# @sanity/google-maps-input | ||
Sanity plugin providing input handlers for geo-related input types using Google Maps | ||
## Example app | ||
First write a valid Google Maps API key into ``./example/config/@sanity/google-maps-input.json`` | ||
Then ``npm start`` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
248565
18
11
17