diff options
author | Chris Loer <chris.loer@gmail.com> | 2018-02-26 13:22:15 -0800 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2018-02-26 14:53:26 -0800 |
commit | 317794746e51ad801c9b53f987fc602acc533cc3 (patch) | |
tree | 63d5e96345ab3ff68de479e87caebbc44e78de0d /package.json | |
parent | 727afc4afc3a5ca26a5eca953293fcba7e2f4cbb (diff) | |
download | qtlocation-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.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
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" }, |