mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Add polyline encoder
This commit is contained in:
parent
71d834bdd5
commit
01c5d0570a
2 changed files with 5 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@mapbox/polyline": "^1.0.0",
|
||||
"array-includes": "^3.0.3",
|
||||
"array.prototype.find": "^2.0.4",
|
||||
"autosize": "^4.0.0",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@mapbox/polyline@^1.0.0":
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@mapbox/polyline/-/polyline-1.0.0.tgz#b6f1c3cf61f8dddcf9ac6dce0b2e50e5f4e965bc"
|
||||
|
||||
"@types/node@*":
|
||||
version "9.6.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.0.tgz#d3480ee666df9784b1001a1872a2f6ccefb6c2d7"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue