summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-04-20 16:40:17 +0300
committerKonstantin Käfer <mail@kkaefer.com>2018-05-22 11:17:01 +0200
commit973aa963f917df2c20a05dfea1b3af7314677e06 (patch)
treeb11228f68c8c02a414ce58ae12edf1d7fad6991f /package.json
parentd5aff7182d6caca9c69514df5fa90bfc203cb5e8 (diff)
downloadqtlocation-mapboxgl-973aa963f917df2c20a05dfea1b3af7314677e06.tar.gz
[node] move to Nan 2.10.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 977cd2b09c..c3f0d7b8ae 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
},
"license": "BSD-2-Clause",
"dependencies": {
- "nan": "~2.8",
+ "nan": "~2.10",
"node-pre-gyp": "^0.6.37",
"npm-run-all": "^4.0.2"
},