@commitlint/prompt
Advanced tools
Comparing version 3.0.3 to 3.1.0
{ | ||
"name": "@commitlint/prompt", | ||
"version": "3.0.3", | ||
"description": "commitizen prompt using .commitlintrc", | ||
"version": "3.1.0", | ||
"description": "commitizen prompt using commitlint.config.js", | ||
"main": "./lib/index.js", | ||
@@ -106,3 +106,3 @@ "scripts": { | ||
"dependencies": { | ||
"@commitlint/core": "^3.0.3", | ||
"@commitlint/core": "^3.1.0", | ||
"babel-polyfill": "^6.23.0", | ||
@@ -109,0 +109,0 @@ "babel-runtime": "^6.23.0", |
@@ -1,2 +0,2 @@ | ||
> commitizen adapter using .commitlintrc | ||
> commitizen adapter using commitlint.config.js | ||
@@ -13,3 +13,3 @@ # @commitlint/prompt | ||
npm install --save @commitlint/prompt @commitlint/config-angular commitizen | ||
echo "module.exports = {extends: ['@commitlint/config-angular']};" > .commitlint.config.js | ||
echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js | ||
``` | ||
@@ -16,0 +16,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
47103
Updated@commitlint/core@^3.1.0