@commitlint/execute-rule
Advanced tools
Comparing version 7.5.0 to 7.6.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [7.6.0](https://github.com/conventional-changelog/commitlint/compare/v7.5.2...v7.6.0) (2019-05-06) | ||
**Note:** Version bump only for package @commitlint/execute-rule | ||
<a name="7.5.0"></a> | ||
@@ -8,0 +16,0 @@ # [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31) |
{ | ||
"name": "@commitlint/execute-rule", | ||
"version": "7.5.0", | ||
"version": "7.6.0", | ||
"description": "Lint your commit messages", | ||
@@ -11,3 +11,2 @@ "main": "lib/index.js", | ||
"build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps", | ||
"clean": "npx rimraf lib", | ||
"deps": "dep-check", | ||
@@ -61,12 +60,11 @@ "pkg": "pkg-check", | ||
"devDependencies": { | ||
"@commitlint/parse": "^7.5.0", | ||
"@commitlint/test": "^7.5.0", | ||
"@commitlint/utils": "^7.5.0", | ||
"@commitlint/parse": "^7.6.0", | ||
"@commitlint/test": "^7.6.0", | ||
"@commitlint/utils": "^7.6.0", | ||
"ava": "0.22.0", | ||
"babel-cli": "6.26.0", | ||
"babel-preset-commitlint": "^7.5.0", | ||
"babel-preset-commitlint": "^7.6.0", | ||
"babel-register": "6.26.0", | ||
"concurrently": "3.5.1", | ||
"cross-env": "5.1.1", | ||
"rimraf": "2.6.1" | ||
"cross-env": "5.1.1" | ||
}, | ||
@@ -73,0 +71,0 @@ "dependencies": { |
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
11322
9