Skip to content
Snippets Groups Projects
Commit a686ffc9 authored by murgatroid99's avatar murgatroid99
Browse files

Removes engine restriction from package.json, bumps version

parent f28066b9
No related branches found
No related tags found
No related merge requests found
{ {
"name": "grpc", "name": "grpc",
"version": "0.5.1", "version": "0.5.2",
"author": "Google Inc.", "author": "Google Inc.",
"description": "gRPC Library for Node", "description": "gRPC Library for Node",
"homepage": "http://www.grpc.io/", "homepage": "http://www.grpc.io/",
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"strftime": "^0.8.2" "strftime": "^0.8.2"
}, },
"engines": { "engines": {
"node": ">=0.10.13 <0.11" "node": ">=0.10.13"
}, },
"files": [ "files": [
"LICENSE", "LICENSE",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment