From 8a0194d1dab0c2a53ac998b012c8da41cb9ee2cc Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Thu, 21 Jul 2016 11:28:35 -0700 Subject: [PATCH] Fixed typo in Node health check package.json --- health_check/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/health_check/package.json b/health_check/package.json index b68e8b1a..582d5601 100644 --- a/health_check/package.json +++ b/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" }