diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-08-03 12:30:14 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-08-07 10:41:06 +0200 |
commit | e8bfcd04740bbc35a1e25038fe7b7d2577792b66 (patch) | |
tree | 6ad10f62dbb7d4a93cbd7e264e62676b7cc81fb4 /package.json | |
parent | 7eba031ae25a8e9256e70c3fd9271ce31aa836a5 (diff) | |
download | qtlocation-mapboxgl-e8bfcd04740bbc35a1e25038fe7b7d2577792b66.tar.gz |
[core] fix rendering of fill outlines that have a different color than the fill itself
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 0cd6b450c7..f2329fb9fd 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "ejs": "^2.4.1", "express": "^4.11.1", "lodash": "^4.16.4", + "mapbox-gl-styles": "2.0.2", "pixelmatch": "^4.0.2", "pngjs": "^3.0.0", "request": "^2.72.0", |