Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "arecibo", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Fastify plugin that respondes to kubernetes readiness and liveness probes.", | ||
@@ -16,3 +16,4 @@ "main": "./build/index.js", | ||
"prelint": "npm run prettier", | ||
"lint": "tslint --fix -c tslint.json -t stylish -p ./tsconfig.json" | ||
"lint": "tslint --fix -c tslint.json -t stylish -p ./tsconfig.json", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -19,0 +20,0 @@ "repository": { |
@@ -11,3 +11,2 @@ <div align="center"> | ||
[![NPM downloads](https://img.shields.io/npm/dm/arecibo.svg?style=flat)](https://www.npmjs.com/package/arecibo) | ||
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) | ||
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
@@ -14,0 +13,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23766
72