diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-02-21 18:32:53 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-02-22 18:22:18 +0100 |
commit | 5b24b1474187807b46de2e4c4fb587bcdee4d1ea (patch) | |
tree | 013a4e592303d956e935969f1305695dada1edb3 /package.json | |
parent | 341e65f7d51e7acc0bf73893317251adc4d23cb6 (diff) | |
download | qtlocation-mapboxgl-5b24b1474187807b46de2e4c4fb587bcdee4d1ea.tar.gz |
[build] use node-cmake 2.x
- Removes need to run `npm install` before invoking cmake
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 19acd188c1..d389b06514 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "ejs": "^2.4.1", "express": "^4.11.1", "lodash": "^4.16.4", - "node-cmake": "^1.2.1", "pixelmatch": "^4.0.2", "pngjs": "^3.0.0", "request": "^2.72.0", |