Removes engine restriction from package.json, bumps version

This commit is contained in:
murgatroid99 2015-03-04 14:54:32 -08:00
parent 1008c5a730
commit 59e0c87eb9
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "grpc",
"version": "0.5.1",
"version": "0.5.2",
"author": "Google Inc.",
"description": "gRPC Library for Node",
"homepage": "http://www.grpc.io/",
@ -39,7 +39,7 @@
"strftime": "^0.8.2"
},
"engines": {
"node": ">=0.10.13 <0.11"
"node": ">=0.10.13"
},
"files": [
"LICENSE",