Merge pull request #268 from orangemug/fix/update-mapbox-gl-inspect

Updated mapbox-gl-inspect to v1.3.0
This commit is contained in:
Orange Mug 2018-02-19 09:40:53 +00:00 committed by GitHub
commit a589f89c4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

4
package-lock.json generated
View file

@ -7597,7 +7597,9 @@
}
},
"mapbox-gl-inspect": {
"version": "github:orangemug/mapbox-gl-inspect#5af5114eea285b2259799c001b33076f86f8fe95",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/mapbox-gl-inspect/-/mapbox-gl-inspect-1.3.0.tgz",
"integrity": "sha512-84qABwzuCenZz3oNF8vzqymE5dBoDhEkG5FUdPE2XFXaYabLo4lODRLReMYzeoNPn/4IJFUb9Qy3MN7lGG8CfA==",
"requires": {
"lodash.isequal": "4.5.0",
"randomcolor": "0.4.4"

View file

@ -34,7 +34,7 @@
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
"mapbox-gl": "^0.44.1",
"mapbox-gl-inspect": "github:orangemug/mapbox-gl-inspect#fix/only-vector-sources",
"mapbox-gl-inspect": "^1.3.0",
"maputnik-design": "github:maputnik/design",
"mousetrap": "^1.6.1",
"ol-mapbox-style": "^2.10.1",