summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2018-12-19 12:48:56 +0100
committertobrun <tobrun.van.nuland@gmail.com>2018-12-19 12:48:56 +0100
commitb452b8af74e0b5220cebd9d1f3044255785951ed (patch)
tree1620d0ddb624275ff76b1dffe0c6fb6776fbfc79
parent2cfa2733ef0be2a3e836242715449fff4f3f4822 (diff)
downloadqtlocation-mapboxgl-b452b8af74e0b5220cebd9d1f3044255785951ed.tar.gz
[node] - used fix version of cmake node module
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7ddbad1997..ec8556c5ea 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
},
"license": "BSD-2-Clause",
"dependencies": {
- "@mapbox/cmake-node-module": "^1.1.0",
+ "@mapbox/cmake-node-module": "1.1.0",
"node-pre-gyp": "^0.10.2",
"npm-run-all": "^4.0.2"
},