summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2018-02-26 13:22:15 -0800
committerChris Loer <chris.loer@mapbox.com>2018-02-26 13:47:57 -0800
commit80fdae62ca1ba97d91eb4e907306b8d757f04cd0 (patch)
tree1321d267952f503ada61f6cf691a823994f53d64
parent869799a716ba6463d5135d0b55d7ed27ea16fa41 (diff)
downloadqtlocation-mapboxgl-80fdae62ca1ba97d91eb4e907306b8d757f04cd0.tar.gz
[core,node] Pin 'nan' to ~2.8 to avoid Callback::Call deprecation.
Alternative fix to #11288, until we figure out a proper async_hooks implementation.
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4ff4b32735..977cd2b09c 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
},
"license": "BSD-2-Clause",
"dependencies": {
- "nan": "^2.6.2",
+ "nan": "~2.8",
"node-pre-gyp": "^0.6.37",
"npm-run-all": "^4.0.2"
},