tangrams / tangram

WebGL map rendering engine for creative cartography
https://tangram.city
MIT License
2.22k stars 290 forks source link

Use @mapbox/vector-tile #606

Closed matsprea closed 7 years ago

matsprea commented 7 years ago

npm WARN deprecated vector-tile@1.3.0: This module has moved: please install @mapbox/vector-tile instead

pnorman commented 7 years ago

Does this bump the minimum npm version required?

matsprea commented 7 years ago

No, the @mapbox/vector-tile version is the same of vector-tile, the package has beed renamed.

pnorman commented 7 years ago

No, the version is the same of vector-tile, the package has beed renamed.

Not all versions of npm support the @org syntax, that's what I was asking about.

bcamper commented 7 years ago

@pnorman thanks for pointing that out.

It looks like scoped packages are supported since npm 2.x, so that seems like a reasonable minimum version (considering the current version is 5.x).