update version number and add changelog
This commit is contained in:
10
package.json
10
package.json
@@ -1,8 +1,13 @@
|
||||
{
|
||||
"name": "mbtiles",
|
||||
"version": "0.0.3",
|
||||
"version": "0.1.0",
|
||||
"description": "Utilities and tilelive integration for the MBTiles format.",
|
||||
"url": "http://github.com/mapbox/node-mbtiles",
|
||||
"author": {
|
||||
"name": "MapBox",
|
||||
"url": "http://mapbox.com/",
|
||||
"email": "info@mapbox.com"
|
||||
},
|
||||
"keywords": ["map", "mbtiles"],
|
||||
"licenses": [{ "type": "BSD" }],
|
||||
"main": "./lib/mbtiles",
|
||||
@@ -20,7 +25,8 @@
|
||||
"Tom MacWright <tmcw>",
|
||||
"Will White <willwhite>",
|
||||
"Dane Springmeyer <springmeyer>",
|
||||
"Young Hahn <yhahn>"
|
||||
"Young Hahn <yhahn>",
|
||||
"Konstantin Käfer <kkaefer>"
|
||||
],
|
||||
"dependencies": {
|
||||
"optimist": "0.2.x",
|
||||
|
||||
Reference in New Issue
Block a user