diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-06-15 16:18:33 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2018-06-26 17:20:46 -0700 |
commit | 37e71666d863c7025b0be8db89b3237f70ee3882 (patch) | |
tree | 8974e02b36b61d2d2fa4289da2c45d563a55ad40 /package.json | |
parent | ec05ee41d10b82751ed2cd6bab7f00a0d6778b9a (diff) | |
download | qtlocation-mapboxgl-37e71666d863c7025b0be8db89b3237f70ee3882.tar.gz |
[node] Build and publish for node 6.x, 8.x, and 10.x
Note that we're still only testing the 6.x ABI (48).
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 33744376d1..d2c0522a0f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "BSD-2-Clause", "dependencies": { "@mapbox/cmake-node-module": "^1.1.0", - "node-pre-gyp": "^0.6.37", + "node-pre-gyp": "^0.10.2", "npm-run-all": "^4.0.2" }, "devDependencies": { |