prepare v0.11.0

This commit is contained in:
jingsam
2019-05-10 10:33:06 +08:00
parent 821e2ebbc7
commit 5e89b83857
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mapbox/mbtiles",
"version": "0.10.0",
"version": "0.11.0",
"description": "Utilities and tilelive integration for the MBTiles format.",
"url": "http://github.com/mapbox/node-mbtiles",
"author": "Mapbox (https://www.mapbox.com)",
@@ -39,7 +39,7 @@
"tape": "~4.10.1"
},
"engines": {
"node": ">= 4"
"node": ">= 6"
},
"scripts": {
"test": "eslint lib && tape test/*.js"