Merge pull request #7493 from murgatroid99/node_health_check_package_fix

Fixed typo in Node health check package.json
pull/7509/head
Nicolas Noble 8 years ago committed by GitHub
commit 2fa1c5c276
  1. 4
      src/node/health_check/package.json

@ -19,11 +19,11 @@
"lodash": "^3.9.3", "lodash": "^3.9.3",
"google-protobuf": "^3.0.0-alpha.5" "google-protobuf": "^3.0.0-alpha.5"
}, },
"files": { "files": [
"LICENSE", "LICENSE",
"health.js", "health.js",
"v1" "v1"
}, ],
"main": "src/node/index.js", "main": "src/node/index.js",
"license": "BSD-3-Clause" "license": "BSD-3-Clause"
} }

Loading…
Cancel
Save