aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-02-10 10:59:22 -0800
committerGravatar murgatroid99 <mlumish@google.com>2016-02-10 10:59:22 -0800
commit8c686e750786fe266feccda8c15067711a9a241d (patch)
tree246c32876ebdb5d2db36e496ef4ff9402855d5f5 /templates
parenta8ba0c56158eca15cca58725a49a0ceb7e68e795 (diff)
Stop explicitly supporting Node 0.10 and 0.11
Diffstat (limited to 'templates')
-rw-r--r--templates/package.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/package.json.template b/templates/package.json.template
index ec444976ed..d6279b996e 100644
--- a/templates/package.json.template
+++ b/templates/package.json.template
@@ -47,7 +47,7 @@
"poisson-process": "^0.2.1"
},
"engines": {
- "node": ">=0.10.13"
+ "node": ">=0.12.0"
},
"binary": {
"module_name": "grpc_node",