Skip to content

Commit

Permalink
fix(import): fix capitalization for turf-linestring
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Mar 6, 2018
1 parent a12a320 commit 433ebea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/editor/actions/map/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import uniqueId from 'lodash.uniqueid'
import {createAction} from 'redux-actions'
import shp from 'shpjs'
import lineDistance from 'turf-line-distance'
import lineString from 'turf-lineString'
import lineString from 'turf-linestring'
import nearestPointOnLine from '@turf/nearest-point-on-line'
import point from 'turf-point'

Expand Down

0 comments on commit 433ebea

Please # to comment.