summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-12-13 14:00:59 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-12-14 10:08:23 -0800
commite8a48a6d6333a5b092e742ce3543870c2235de88 (patch)
treed18c403aa6a606a05d99dfdd64dfad5228b81c94 /package.json
parentceeded293214a34f878d50fe3a8ca4a02ba52aeb (diff)
downloadqtlocation-mapboxgl-e8a48a6d6333a5b092e742ce3543870c2235de88.tar.gz
[node] Fix order of operations when setting zoom and center
Zoom must be set first, to avoid center potentially getting constrained. Fixes #7351
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5dde33f8a6..32d6038922 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,8 @@
"mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#66397c8ee0426537d25e8d4cfcac134ca21a021b",
"mkdirp": "^0.5.1",
"node-cmake": "^1.2.1",
+ "pixelmatch": "^4.0.2",
+ "pngjs": "^3.0.0",
"request": "^2.72.0",
"tape": "^4.5.1"
},