diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-04-20 16:40:17 +0300 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-05-22 11:17:01 +0200 |
commit | d1a266b3e68d052d1478382795598bf2ff28da6a (patch) | |
tree | d303f378e1c959397b23739fbb9b06697da024e5 /package.json | |
parent | 973aa963f917df2c20a05dfea1b3af7314677e06 (diff) | |
download | qtlocation-mapboxgl-d1a266b3e68d052d1478382795598bf2ff28da6a.tar.gz |
[node] allow building all ABIs at once
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 c3f0d7b8ae..39f64a3967 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "license": "BSD-2-Clause", "dependencies": { - "nan": "~2.10", + "@mapbox/cmake-node-module": "^1.0.0", "node-pre-gyp": "^0.6.37", "npm-run-all": "^4.0.2" }, |