coins-validate
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "coins-validate", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "configures a package to fall inline with coins standards", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,4 +5,9 @@ # coins-validate | ||
applies coins formatting and pre-commit rules to packages. | ||
Specifically, this package does the following to your project: | ||
- installs common npm scripts (e.g. `"test": "node test/", "validate": "npm ls"`) applies coins | ||
- installs common pre-commit hooks (e.g. lint, test, docs) | ||
- installs packages that required for the above tasks to be successful | ||
This module also is OK with you deviating your own packages requirements as you see fit. On re-install or update, it will cordially NOT squash your modified scripts. It will, however, continue to install dev dependencies that COINS thinks are mandatory! | ||
# usage | ||
@@ -9,0 +14,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
6595
17