diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-09-08 17:14:39 -0400 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-09-09 14:57:15 -0700 |
commit | 627623edbcc0fa8812bfc345b3e338eff229626b (patch) | |
tree | 8695b2eeb8770f9fb760f3bb94609465059b0591 /package.json | |
parent | 0531b38367eb23b787276b9b6ef1f6992b4b3bc2 (diff) | |
download | qtlocation-mapboxgl-627623edbcc0fa8812bfc345b3e338eff229626b.tar.gz |
Use nan with https://github.com/nodejs/nan/pull/443 fixed
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 b8305af3ed..4284fccfd5 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ } ], "dependencies": { - "nan": "^2.0.8", + "nan": "nodejs/nan#a71301e0f62877ca017c4ebec7fbac9f4359038e", "node-pre-gyp": "^0.6.9" }, "bundledDependencies": [ |