diff options
author | Stanley Cheung <stanleycheung@google.com> | 2016-07-22 12:40:29 -0700 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2016-07-22 12:40:29 -0700 |
commit | c0810acce7db8259ec28e334fab9557d5330e7d3 (patch) | |
tree | bf062a3c69bd7a425e814f1bac8521799ca308da /templates | |
parent | 2fa1c5c276c97dcbcd911e76dbc7b1df2adecbde (diff) |
node: fix health check package.json template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/src/node/health_check/package.json.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/src/node/health_check/package.json.template b/templates/src/node/health_check/package.json.template index 1248ced1e1..96b9748aa7 100644 --- a/templates/src/node/health_check/package.json.template +++ b/templates/src/node/health_check/package.json.template @@ -21,11 +21,11 @@ "lodash": "^3.9.3", "google-protobuf": "^3.0.0-alpha.5" }, - "files": { + "files": [ "LICENSE", "health.js", "v1" - }, + ], "main": "src/node/index.js", "license": "BSD-3-Clause" } |