commitlint-config-cozy
Advanced tools
Comparing version 0.3.11 to 0.3.12
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.3.12"></a> | ||
## [0.3.12](https://github.com/cozy/cozy-libs/compare/commitlint-config-cozy@0.3.10...commitlint-config-cozy@0.3.12) (2018-12-17) | ||
**Note:** Version bump only for package commitlint-config-cozy | ||
<a name="0.3.11"></a> | ||
@@ -8,0 +16,0 @@ ## [0.3.11](https://github.com/cozy/cozy-libs/compare/commitlint-config-cozy@0.3.10...commitlint-config-cozy@0.3.11) (2018-12-10) |
{ | ||
"name": "commitlint-config-cozy", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"description": "Shareable commitlint config enforcing the cozy commit convention", | ||
@@ -20,7 +20,7 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@babel/core": "7.2.0", | ||
"@babel/core": "7.2.2", | ||
"@commitlint/lint": "7.2.1", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-jest": "23.6.0", | ||
"babel-preset-cozy-app": "^1.2.2", | ||
"babel-preset-cozy-app": "^1.2.3", | ||
"jest": "23.6.0" | ||
@@ -27,0 +27,0 @@ }, |
11889