Skip to content

Commit

Permalink
Update to node-pre-gyp 0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Nov 15, 2018
1 parent 536c7f2 commit b1e3174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/grpc-native-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"lodash": "^4.17.5",
"nan": "^2.0.0",
"node-pre-gyp": "^0.10.0",
"node-pre-gyp": "^0.12.0",
"protobufjs": "^5.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-native-core/templates/package.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"lodash": "^4.17.5",
"nan": "^2.0.0",
"node-pre-gyp": "^0.10.0",
"node-pre-gyp": "^0.12.0",
"protobufjs": "^5.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit b1e3174

Please sign in to comment.