diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-11-04 17:13:29 -0500 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2015-11-04 17:41:34 -0500 |
commit | 3528002b580f9e5ae19ef4df7543e913c5d27ab4 (patch) | |
tree | 878916b1f772e1fd07e2f0523732fdc506e01623 /package.json | |
parent | d00f8e37c78b47b014d1909fd35921d33903271f (diff) | |
download | qtlocation-mapboxgl-3528002b580f9e5ae19ef4df7543e913c5d27ab4.tar.gz |
[node] swap array order to [lng, lat] for render option center
For consistency with GeoJSON and mapbox-gl-js
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 f6aa5d9ce0..60540e9a60 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ ], "devDependencies": { "aws-sdk": "^2.2.9", - "mapbox-gl-test-suite": "git+https://github.com/mapbox/mapbox-gl-test-suite.git#bbf55fb517eb2d55ba34dd0dced80af425e6db0d", + "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#744b63be01e36c75c6e629aec16a53048c0b7dbc", "request": "^2.65.0", "tape": "^4.2.1" }, |