mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
Move points-geometry dependency to organization (#462)
* Move dependency to organization * Update geo.js * Update transform.js
This commit is contained in:
parent
235cd3d315
commit
e344c3c8f4
@ -48,7 +48,7 @@
|
||||
"dependencies": {
|
||||
"eventemitter3": "^1.1.0",
|
||||
"fbjs": "^0.8.3",
|
||||
"point-geometry": "0.0.0",
|
||||
"@mapbox/point-geometry": "^0.1.0",
|
||||
"scriptjs": "^2.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import Point from 'point-geometry';
|
||||
import Point from '@mapbox/point-geometry';
|
||||
import LatLng from './lib_geo/lat_lng';
|
||||
import Transform from './lib_geo/transform';
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* eslint-disable class-methods-use-this */
|
||||
import Point from 'point-geometry';
|
||||
import Point from '@mapbox/point-geometry';
|
||||
import LatLng from './lat_lng';
|
||||
import { wrap } from './wrap';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user