Skip to content

Commit

Permalink
Merge pull request #245 from nicolasnoble/downgrade-for-realzies
Browse files Browse the repository at this point in the history
Downgrading node-pre-gyp.
  • Loading branch information
nicolasnoble committed Mar 28, 2018
2 parents bc78f31 + 67dfef8 commit adf1303
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 @@ -30,7 +30,7 @@
"dependencies": {
"lodash": "^4.15.0",
"nan": "^2.0.0",
"node-pre-gyp": "^0.9.0",
"node-pre-gyp": "0.7.0",
"protobufjs": "^5.0.0"
},
"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 @@ -32,7 +32,7 @@
"dependencies": {
"lodash": "^4.15.0",
"nan": "^2.0.0",
"node-pre-gyp": "^0.9.0",
"node-pre-gyp": "0.7.0",
"protobufjs": "^5.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit adf1303

Please sign in to comment.