Skip to content

Commit

Permalink
Merge pull request #367 from jjpe/master
Browse files Browse the repository at this point in the history
Fix build failure
  • Loading branch information
dherman committed Mar 9, 2019
2 parents b712c43 + f62ea6a commit ac15216
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/neon-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
"build-release": "node-gyp build",
"build-debug": "node-gyp build --debug"
},
"devDependencies": {
"nan": "^2.10.0"
},
"dependencies": {
"bindings": "1.2.1",
"node-gyp": "^3.5.0"
"node-gyp": "^3.5.0",
"nan": "^2.10.0"
}
}

0 comments on commit ac15216

Please sign in to comment.