Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "confme", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Opinionated config library that allows you to have complex config and behaves according to Twelve Factor App rules", | ||
@@ -5,0 +5,0 @@ "main": "src/confme.js", |
@@ -9,3 +9,3 @@ ## confme | ||
Read [Motivation section](#Motivation) | ||
Read [Motivation section](#motivation) | ||
@@ -101,2 +101,2 @@ ### How does it work? | ||
Moreover, **confme** allowes you to define LIVR schema to validate config. It can be heplful if you have complex configs with a lot of options but I prefer to use validation schema even with small configs. | ||
Moreover, **confme** allowes you to define [LIVR](http://livr-spec.org/) schema to validate config. It can be heplful if you have complex configs with a lot of options but I prefer to use validation schema even with small configs. |
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
10009