summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-02-17 16:56:16 -0500
committerMike Morris <michael.patrick.morris@gmail.com>2015-02-17 16:56:16 -0500
commit24946b29faf2349ef2d8ed7c4fd844c777676926 (patch)
treeb4a5527beb138294b38e406fae125fbb76231d79 /package.json
parent5330d9c417a8049129675bce1bc134f071cab859 (diff)
downloadqtlocation-mapboxgl-24946b29faf2349ef2d8ed7c4fd844c777676926.tar.gz
use node-pre-gyp binary in npm install
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 46b54b191d..5bf9725ceb 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"tape": "^3.5.0"
},
"scripts": {
- "install": "make",
+ "install": "node-pre-gyp install || make",
"test": "make test"
},
"gypfile": true,