@commitlint/prompt
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/prompt | ||
<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/prompt", | ||
"version": "7.5.0", | ||
"version": "7.6.0", | ||
"description": "commitizen prompt using commitlint.config.js", | ||
@@ -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", | ||
"commit": "git-cz", | ||
@@ -60,8 +59,8 @@ "deps": "dep-check", | ||
"devDependencies": { | ||
"@commitlint/utils": "^7.5.0", | ||
"@commitlint/utils": "^7.6.0", | ||
"ava": "0.20.0", | ||
"babel-cli": "6.26.0", | ||
"babel-preset-commitlint": "^7.5.0", | ||
"babel-preset-commitlint": "^7.6.0", | ||
"babel-register": "6.26.0", | ||
"commitizen": "3.0.5", | ||
"commitizen": "3.1.1", | ||
"concurrently": "3.5.1", | ||
@@ -71,3 +70,3 @@ "cross-env": "5.1.1" | ||
"dependencies": { | ||
"@commitlint/load": "^7.5.0", | ||
"@commitlint/load": "^7.6.0", | ||
"babel-runtime": "^6.23.0", | ||
@@ -74,0 +73,0 @@ "chalk": "^2.0.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
75117
Updated@commitlint/load@^7.6.0