Skip to content

Commit

Permalink
Add typescript dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Nov 23, 2016
1 parent 689b96a commit 14db548
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mbtiles-server",
"version": "1.1.2",
"version": "1.1.3",
"description": "Quick Tile Server to host MBTiles",
"main": "index.js",
"jsnext:main": "index.js",
Expand Down Expand Up @@ -28,10 +28,7 @@
"coveralls": "^2.11.14",
"nyc": "^8.3.2",
"tslint": "^3.15.1",
"typescript": "^2.0.6",
"@types/body-parser": "0.0.33",
"@types/express": "^4.0.33",
"@types/sequelize": "^4.0.38"
"typescript": "^2.0.6"
},
"keywords": [
"gis",
Expand All @@ -56,6 +53,9 @@
"global-mercator": "^1.3.5",
"sequelize": "^3.24.6",
"sqlite3": "^3.1.7",
"wmts": "^1.0.2"
"wmts": "^1.0.2",
"@types/body-parser": "0.0.33",
"@types/express": "^4.0.33",
"@types/sequelize": "^4.0.38"
}
}

0 comments on commit 14db548

Please sign in to comment.