configchecker
Advanced tools
Comparing version 0.5.0 to 1.0.2
{ | ||
"name": "configchecker", | ||
"version": "0.5.0", | ||
"version": "1.0.2", | ||
"description": "Awesome checker of config - fully support typescript, fluent API,...", | ||
@@ -16,6 +16,6 @@ "main": "lib/index.js", | ||
"lint": "tslint -p tsconfig.json", | ||
"prepublish": "npm test && npm run lint && npm run build", | ||
"prepublish": "npm test && npm run lint && npm run build && npm run documentation && git push", | ||
"preversion": "npm run lint", | ||
"postversion": "git push && git push --tags", | ||
"documentation": "typedoc --excludePrivate --hideGenerator --mode file --theme minimal --out docs --name \"Config checker\" ./src" | ||
"postversion": "git push && git push --tags && npm publish", | ||
"documentation": "git diff --exit-code && typedoc --excludePrivate --hideGenerator --mode file --theme minimal --out docs --name \"Config checker\" ./src && git commit -am \"Documentation\"" | ||
}, | ||
@@ -22,0 +22,0 @@ "repository": { |
# Config Checker | ||
A very simple and effective way to check config, before it's used in runtime with nice fluent API. | ||
A very simple and effective way to check config, before it's used in runtime with nice fluent API. Here is the full **[documentation](https://hejny.github.io/configchecker/)**. | ||
@@ -21,3 +21,3 @@ # Install | ||
This will be OK until your server tryis to send some email. Maybe it drop whole server or just dont do nothing and you will be figuring out why the hell server is working but it dont send any emails. | ||
This will be OK until your server tries to send some email. Maybe it drops the whole server or just don't do nothing and you will be figuring out why the hell server is working but it doesn't send any emails. | ||
@@ -76,3 +76,3 @@ I have this problem many many times. | ||
This sample is working same as sample 1 but unfortunatelly it is not using full TypeScript potencial. | ||
This sample is working same like sample 1 but unfortunately it is not using full TypeScript potential. | ||
@@ -92,3 +92,3 @@ ```typescript | ||
I am opened to your pull requests, feedback, suggestions and donations :) . Contact to me are on my [personal page](https://www.pavolhejny.com) | ||
I am opened to your pull requests, feedback, suggestions and donations :) . Contact to me is on my [personal page](https://www.pavolhejny.com) | ||
@@ -95,0 +95,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
17175
1