diff options
author | murgatroid99 <mlumish@google.com> | 2017-10-18 11:24:17 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2017-10-25 13:21:57 -0700 |
commit | 38007753b00d9106d515fc26d34fb5cc011a12be (patch) | |
tree | 459fc0d2f5721f3ae0d04c500e8c1f30decb37b2 /templates/src/node/health_check/package.json.template | |
parent | 326a1cdb5a09e9f82fc8a80ce126757ea1166df1 (diff) |
Remove src/node and references to it
This removes all of the node code and tests from the repo, along with the
scripts for running Node unit tests, performance tests, and artifact builds.
The scripts for running tests from the grpc-node repository are untouched.
Diffstat (limited to 'templates/src/node/health_check/package.json.template')
-rw-r--r-- | templates/src/node/health_check/package.json.template | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/templates/src/node/health_check/package.json.template b/templates/src/node/health_check/package.json.template deleted file mode 100644 index 2bc6b13632..0000000000 --- a/templates/src/node/health_check/package.json.template +++ /dev/null @@ -1,31 +0,0 @@ -%YAML 1.2 ---- | - { - "name": "grpc-health-check", - "version": "${settings.node_version}", - "author": "Google Inc.", - "description": "Health check service for use with gRPC", - "repository": { - "type": "git", - "url": "https://github.com/grpc/grpc.git" - }, - "bugs": "https://github.com/grpc/grpc/issues", - "contributors": [ - { - "name": "Michael Lumish", - "email": "mlumish@google.com" - } - ], - "dependencies": { - "grpc": "^${settings.node_version}", - "lodash": "^3.9.3", - "google-protobuf": "^3.0.0" - }, - "files": [ - "LICENSE", - "health.js", - "v1" - ], - "main": "src/node/index.js", - "license": "Apache-2.0" - } |