Merge pull request #72 from mapbox/mb_namespace

Change to mapbox NPM namespace
This commit is contained in:
Blake Thompson
2017-04-20 09:16:28 -05:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
{
"name": "mbtiles",
"name": "@mapbox/mbtiles",
"version": "0.9.0",
"description": "Utilities and tilelive integration for the MBTiles format.",
"url": "http://github.com/mapbox/node-mbtiles",
@@ -44,4 +44,4 @@
"scripts": {
"test": "eslint lib && tape test/*.js"
}
}
}