diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-04-20 16:40:17 +0300 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-05-22 11:17:01 +0200 |
commit | 973aa963f917df2c20a05dfea1b3af7314677e06 (patch) | |
tree | b11228f68c8c02a414ce58ae12edf1d7fad6991f /package.json | |
parent | d5aff7182d6caca9c69514df5fa90bfc203cb5e8 (diff) | |
download | qtlocation-mapboxgl-973aa963f917df2c20a05dfea1b3af7314677e06.tar.gz |
[node] move to Nan 2.10.0
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 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" }, |