@commitlint/config-angular
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="5.0.1"></a> | ||
## [5.0.1](https://github.com/marionebl/commitlint/compare/v5.0.0...v5.0.1) (2017-11-19) | ||
**Note:** Version bump only for package @commitlint/config-angular | ||
<a name="4.3.0"></a> | ||
@@ -8,0 +16,0 @@ # [4.3.0](https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0) (2017-11-08) |
{ | ||
"name": "@commitlint/config-angular", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Shareable commitlint config enforcing the angular commit convention", | ||
"scripts": { | ||
"clean": "exit 0", | ||
"pretest": "dep-check", | ||
"deps": "dep-check", | ||
"lint": "npx xo", | ||
"start": "exit 0", | ||
@@ -29,7 +30,7 @@ "test": "exit 0" | ||
"devDependencies": { | ||
"@commitlint/utils": "^4.2.1" | ||
"@commitlint/utils": "^5.0.1" | ||
}, | ||
"dependencies": { | ||
"@commitlint/config-angular-type-enum": "^5.0.0" | ||
"@commitlint/config-angular-type-enum": "^5.0.1" | ||
} | ||
} |
@@ -5,3 +5,3 @@ > Lint your commits, angular-style | ||
Shareable `commitlint` config enforcing the angular commit convention. | ||
Shareable `commitlint` config enforcing the [Angular commit convention](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines). | ||
Use with [@commitlint/cli](../cli) and [@commitlint/prompt-cli](../prompt-cli). | ||
@@ -8,0 +8,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
5675