@commitlint/cli
Advanced tools
Comparing version 4.2.2 to 4.3.0
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="4.3.0"></a> | ||
# [4.3.0](https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0) (2017-11-08) | ||
**Note:** Version bump only for package @commitlint/cli | ||
<a name="4.2.2"></a> | ||
@@ -8,0 +16,0 @@ ## [4.2.2](https://github.com/marionebl/commitlint/compare/v4.2.1...v4.2.2) (2017-10-26) |
{ | ||
"name": "@commitlint/cli", | ||
"version": "4.2.2", | ||
"version": "4.3.0", | ||
"description": "Lint your commit messages", | ||
@@ -9,3 +9,3 @@ "bin": { | ||
"scripts": { | ||
"build": "npx cross-env NODE_ENV=production npx babel src --out-dir lib --source-maps", | ||
"build": "npx cross-env NODE_ENV=production npx -p babel-cli babel src --out-dir lib --source-maps", | ||
"clean": "npx rimraf lib", | ||
@@ -16,3 +16,3 @@ "prestart": "dep-check && npx yarn run build", | ||
"test": "npx ava -c 4 --verbose", | ||
"watch": "npx babel src --out-dir lib --watch --source-maps" | ||
"watch": "npx -p babel-cli babel src --out-dir lib --watch --source-maps" | ||
}, | ||
@@ -55,3 +55,3 @@ "ava": { | ||
"devDependencies": { | ||
"@commitlint/test": "^4.2.1", | ||
"@commitlint/test": "^4.3.0", | ||
"@commitlint/utils": "^4.2.1", | ||
@@ -75,3 +75,3 @@ "ava": "^0.18.2", | ||
"dependencies": { | ||
"@commitlint/core": "^4.2.2", | ||
"@commitlint/core": "^4.3.0", | ||
"babel-polyfill": "^6.23.0", | ||
@@ -78,0 +78,0 @@ "chalk": "^2.0.1", |
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
71204
Updated@commitlint/core@^4.3.0