@commitlint/rules
Advanced tools
Comparing version 7.1.1 to 7.1.2
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="7.1.2"></a> | ||
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04) | ||
**Note:** Version bump only for package @commitlint/rules | ||
<a name="7.1.0"></a> | ||
@@ -8,0 +16,0 @@ # [7.1.0](https://github.com/marionebl/commitlint/compare/v7.0.1...v7.1.0) (2018-08-29) |
{ | ||
"name": "@commitlint/rules", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"description": "Lint your commit messages", | ||
@@ -62,8 +62,8 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/parse": "^7.1.1", | ||
"@commitlint/test": "^7.1.1", | ||
"@commitlint/utils": "^7.1.1", | ||
"@commitlint/parse": "^7.1.2", | ||
"@commitlint/test": "^7.1.2", | ||
"@commitlint/utils": "^7.1.2", | ||
"ava": "0.22.0", | ||
"babel-cli": "6.26.0", | ||
"babel-preset-commitlint": "^7.1.1", | ||
"babel-preset-commitlint": "^7.1.2", | ||
"babel-register": "6.26.0", | ||
@@ -79,7 +79,7 @@ "concurrently": "3.5.1", | ||
"dependencies": { | ||
"@commitlint/ensure": "^7.1.1", | ||
"@commitlint/message": "^7.1.1", | ||
"@commitlint/to-lines": "^7.1.1", | ||
"@commitlint/ensure": "^7.1.2", | ||
"@commitlint/message": "^7.1.2", | ||
"@commitlint/to-lines": "^7.1.2", | ||
"babel-runtime": "^6.23.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
453977
143
Updated@commitlint/ensure@^7.1.2
Updated@commitlint/message@^7.1.2
Updated@commitlint/to-lines@^7.1.2