Skip to content

Commit

Permalink
Update WMTS
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Jun 16, 2017
1 parent c122e51 commit 87ad685
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mbtiles-server",
"version": "2.2.1",
"version": "2.2.2",
"description": "Provides a compatible WMTS Tile Server from MBTiles.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"mkdirp": "^0.5.1",
"update-notifier": "^2.0.0",
"wmsc": "^0.1.1",
"wmts": "^1.8.0"
"wmts": "^1.8.1"
},
"devDependencies": {
"@types/node": "^7.0.27",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2917,9 +2917,9 @@ wmsc@^0.1.1:
global-mercator "^2.6.0"
xml-js "^1.0.2"

wmts@^1.7.2, wmts@^1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/wmts/-/wmts-1.8.0.tgz#2df3ba25de69a2e447ceacf8e2690dd918b1542f"
wmts@^1.7.2, wmts@^1.8.1:
version "1.8.1"
resolved "https://registry.yarnpkg.com/wmts/-/wmts-1.8.1.tgz#190e31b2e51350a9cda28e965f85271b5719ed92"
dependencies:
global-mercator "^2.7.0"
wmts "^1.7.2"
Expand Down

0 comments on commit 87ad685

Please sign in to comment.