@anandaroop/yat
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@anandaroop/yat", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A silly geolocation component", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -44,3 +44,3 @@ # yat | ||
Let's aim to support both lon,lat and lat,lon ordering. | ||
Let's support both lon,lat and lat,lon ordering. | ||
@@ -47,0 +47,0 @@ ```jsx |
@@ -9,2 +9,4 @@ import React from 'react' | ||
storiesOf('Yat', module).add('lon,lat (default)', () => <Yat />) | ||
storiesOf('Yat', module) | ||
.add('lon,lat (default)', () => <Yat />) | ||
.add('lat,lon', () => <Yat order="lat,lon" />) |
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
13081
293