diff options
author | Lauren Budorick <lauren@mapbox.com> | 2017-10-14 03:15:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-14 03:15:34 +0200 |
commit | e43e2aa3d700cb086e8de0e1c07a6623a192bfe0 (patch) | |
tree | 11949cef17e85e66f329444a88982196794db960 /package.json | |
parent | 98bb8613c341bc9e07692f6172c661e8f700272d (diff) | |
download | qtlocation-mapboxgl-e43e2aa3d700cb086e8de0e1c07a6623a192bfe0.tar.gz |
[core, node] Support axonometric rendering
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 e398121d18..5c91322978 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "BSD-2-Clause", "dependencies": { "nan": "^2.4.0", - "node-pre-gyp": "^0.6.36", + "node-pre-gyp": "^0.6.37", "npm-run-all": "^4.0.2" }, "devDependencies": { |