aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-07-21 11:28:35 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-07-21 11:28:35 -0700
commitbce3fb07cea5c9367fd5557a42148f5d0a505a9a (patch)
tree48707ef163d2fb57c3a04703cc15d059519dfda5 /src/node
parentd9f2fe7bb9e35b938f1d3db35c1ce07dd97d138c (diff)
Fixed typo in Node health check package.json
Diffstat (limited to 'src/node')
-rw-r--r--src/node/health_check/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/health_check/package.json b/src/node/health_check/package.json
index b68e8b1a80..582d560101 100644
--- a/src/node/health_check/package.json
+++ b/src/node/health_check/package.json
@@ -19,11 +19,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"
}