diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-08-04 14:50:04 -0400 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2015-08-04 15:37:49 -0400 |
commit | d3104756af781bc4e612900f745e02f5ac3f0d40 (patch) | |
tree | 8c9f69e928af7a766e45c136d9119d133d08d9d2 /package.json | |
parent | 84a1e6d1c3aab1d56685b6f679fb2a61765b6913 (diff) | |
download | qtlocation-mapboxgl-d3104756af781bc4e612900f745e02f5ac3f0d40.tar.gz |
make 'cancel' function in FileSource optional
update README
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 0e7daa5556..bded247c74 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ } ], "dependencies": { - "nan": "^1.8.4", + "nan": "^1.9.0", "node-pre-gyp": "^0.6.7" }, "bundledDependencies": [ |