Fixed typo in Node health check package.json

This commit is contained in:
murgatroid99 2016-07-21 11:28:35 -07:00
parent 90da4d218b
commit 8a0194d1da
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}