diff options
author | kelvinabrokwa <kelvinabrokwa@gmail.com> | 2016-01-07 13:44:12 -0800 |
---|---|---|
committer | Ansis Brammanis <brammanis@gmail.com> | 2016-01-07 16:44:44 -0800 |
commit | 52844d474696463e3703e2e72d3c11119a4ec73a (patch) | |
tree | f2414da8726503999d909caf7cd6b94cfce29f74 /package.json | |
parent | c8a39e1587272b2d9619bd157cf21fea31a4d86e (diff) | |
download | qtlocation-mapboxgl-52844d474696463e3703e2e72d3c11119a4ec73a.tar.gz |
[core] fix text-offset bug
fixes #3469
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 47522781db..d40263040a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ ], "devDependencies": { "aws-sdk": "^2.2.21", - "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#c2044f24883579041c3a076ecc654bb8eb49a681", + "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#4cee4c1369d013d59fe8b453ae3305f9eb057edf", "node-gyp": "^3.2.1", "request": "^2.67.0", "tape": "^4.2.2" |