summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2018-12-19 12:48:56 +0100
committerTobrun <tobrun@mapbox.com>2018-12-19 14:10:32 +0100
commit918e57178c579da1e0a4f580d56684978610681f (patch)
tree1620d0ddb624275ff76b1dffe0c6fb6776fbfc79
parent6b3082a981006b1fd7821fc9cac276037c75a5f1 (diff)
downloadqtlocation-mapboxgl-918e57178c579da1e0a4f580d56684978610681f.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"
},