diff --git a/src/node/health_check/package.json b/src/node/health_check/package.json
index b68e8b1a8041003b1f727824aa27e74191d79bd2..582d560101666610aa5a779c8ab9bb1be9cd50fe 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"
 }