Make Node's package.json use the version from build.yaml

pull/5141/head
murgatroid99 9 years ago
parent 283536bed8
commit b0162c48bd
  1. 2
      package.json
  2. 2
      templates/package.json.template

@ -1,6 +1,6 @@
{
"name": "grpc",
"version": "0.12.0",
"version": "0.13.0-pre1",
"author": "Google Inc.",
"description": "gRPC Library for Node",
"homepage": "http://www.grpc.io/",

@ -2,7 +2,7 @@
--- |
{
"name": "grpc",
"version": "0.12.0",
"version": "${settings.node_version}",
"author": "Google Inc.",
"description": "gRPC Library for Node",
"homepage": "http://www.grpc.io/",

Loading…
Cancel
Save