@commitlint/config-angular
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -6,2 +6,7 @@ # Change Log | ||
<a name="3.0.4"></a> | ||
## 3.0.4 (2017-08-04) | ||
<a name="3.0.3"></a> | ||
@@ -18,2 +23,7 @@ ## 3.0.3 (2017-07-16) | ||
<a name="3.0.3"></a> | ||
## 3.0.3 (2017-07-16) | ||
<a name="3.0.2"></a> | ||
@@ -25,2 +35,8 @@ ## 3.0.2 (2017-07-11) | ||
<a name="3.0.2"></a> | ||
## 3.0.2 (2017-07-11) | ||
<a name="3.0.1"></a> | ||
@@ -27,0 +43,0 @@ ## 3.0.1 (2017-07-11) |
{ | ||
"name": "@commitlint/config-angular", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Shareable commitlint config enforcing the angular commit convention", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -12,3 +12,3 @@ > Lint your commits, angular-style | ||
npm install --save-dev @commitlint/config-angular @commitlint/cli | ||
echo "module.exports = {extends: ['@commitlint/config-angular']};" > .commitlint.config.js | ||
echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js | ||
``` | ||
@@ -15,0 +15,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
3912