Skip to content

Commit

Permalink
Update deprecated ‘polyline’ to supported ’@mapbox/polyline’
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops authored and Asheem Mamoowala committed Jun 4, 2019
1 parent 135c3c2 commit e66c3ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"webworkify-webpack": "1.1.7"
},
"dependencies": {
"@mapbox/polyline": "^1.0.0",
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"deep-assign": "^2.0.0",
"lodash.debounce": "^4.0.6",
"lodash.isequal": "^4.2.0",
"lodash.template": "^4.2.5",
"polyline": "^0.2.0",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"suggestions": "1.3.3",
Expand Down
2 changes: 1 addition & 1 deletion src/directions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createStore, applyMiddleware, bindActionCreators } from 'redux';
import thunk from 'redux-thunk';
import { decode } from 'polyline';
import { decode } from '@mapbox/polyline';
import utils from './utils';
import rootReducer from './reducers';

Expand Down

0 comments on commit e66c3ea

Please sign in to comment.