Change to mapbox NPM namespace

This commit is contained in:
Blake Thompson
2017-04-20 09:10:58 -05:00
parent c637b02da1
commit 84d5fab730

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