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 14:53:26 -0800
commit317794746e51ad801c9b53f987fc602acc533cc3 (patch)
tree63d5e96345ab3ff68de479e87caebbc44e78de0d
parent727afc4afc3a5ca26a5eca953293fcba7e2f4cbb (diff)
downloadqtlocation-mapboxgl-317794746e51ad801c9b53f987fc602acc533cc3.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"
},