Add polyline encoder

This commit is contained in:
Vesa Luusua 2018-07-18 16:59:07 +03:00
parent 71d834bdd5
commit 01c5d0570a
2 changed files with 5 additions and 0 deletions

View file

@ -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",

View file

@ -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"