Skip to content

Commit

Permalink
Need nan 2.14.1 due to nodejs/nan#851 fixed in nodejs/nan@4e96248
Browse files Browse the repository at this point in the history
to build on Node 6.
  • Loading branch information
matburnham committed Jul 28, 2020
1 parent ff44f08 commit 76592e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -35,11 +35,11 @@
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
},
"dependencies": {
"nan": "^2.10.0",
"node-pre-gyp": "^0.10.2"
"nan": "^2.14.1",
"node-pre-gyp": "^0.10.3"
},
"devDependencies": {
"aws-sdk": "^2.266.1",
"aws-sdk": "^2.721.0",
"geojson-coords": "0.0.0",
"mocha": "^2.5.3",
"osm-testdata": "^1.0.0",
Expand Down

0 comments on commit 76592e6

Please sign in to comment.