@commitlint/rules
Advanced tools
Comparing version 7.1.0 to 7.1.1
{ | ||
"name": "@commitlint/rules", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "Lint your commit messages", | ||
@@ -62,8 +62,8 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/parse": "^7.0.0", | ||
"@commitlint/test": "^7.0.0", | ||
"@commitlint/utils": "^7.0.0", | ||
"@commitlint/parse": "^7.1.1", | ||
"@commitlint/test": "^7.1.1", | ||
"@commitlint/utils": "^7.1.1", | ||
"ava": "0.22.0", | ||
"babel-cli": "6.26.0", | ||
"babel-preset-commitlint": "^7.0.0", | ||
"babel-preset-commitlint": "^7.1.1", | ||
"babel-register": "6.26.0", | ||
@@ -79,7 +79,7 @@ "concurrently": "3.5.1", | ||
"dependencies": { | ||
"@commitlint/ensure": "^7.1.0", | ||
"@commitlint/message": "^7.0.0", | ||
"@commitlint/to-lines": "^7.0.0", | ||
"@commitlint/ensure": "^7.1.1", | ||
"@commitlint/message": "^7.1.1", | ||
"@commitlint/to-lines": "^7.1.1", | ||
"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
Updated@commitlint/ensure@^7.1.1
Updated@commitlint/message@^7.1.1
Updated@commitlint/to-lines@^7.1.1