commitlint-config-cozy
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.2.4"></a> | ||
## [0.2.4](https://github.com/cozy/cozy-libs/compare/commitlint-config-cozy@0.2.3...commitlint-config-cozy@0.2.4) (2018-08-30) | ||
**Note:** Version bump only for package commitlint-config-cozy | ||
<a name="0.2.3"></a> | ||
@@ -8,0 +16,0 @@ ## [0.2.3](https://github.com/cozy/cozy-libs/compare/commitlint-config-cozy@0.2.2...commitlint-config-cozy@0.2.3) (2018-08-22) |
{ | ||
"name": "commitlint-config-cozy", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Shareable commitlint config enforcing the cozy commit convention", | ||
@@ -18,3 +18,3 @@ "main": "index.js", | ||
"test": "jest --env node ./*.spec.js", | ||
"lint": "eslint --fix ./*.js" | ||
"lint": "eslint ./*.js" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
7765