Skip to content

Commit

Permalink
Update package.json with version compatibility changes
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Nov 29, 2016
1 parent 07639b9 commit d6c9380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"poisson-process": "^0.2.1"
},
"engines": {
"node": ">=0.12.0"
"node": ">=1.1.0"
},
"binary": {
"module_name": "grpc_node",
Expand Down
2 changes: 1 addition & 1 deletion templates/package.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"poisson-process": "^0.2.1"
},
"engines": {
"node": ">=0.12.0"
"node": ">=1.1.0"
},
"binary": {
"module_name": "grpc_node",
Expand Down

0 comments on commit d6c9380

Please sign in to comment.