aberlaas-precommit 2.22.3 → 2.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/configs/lintstaged.js +1 -1
- package/lib/main.js +1 -1
- package/package.json +3 -3
package/configs/lintstaged.js
CHANGED
|
@@ -4,7 +4,7 @@ export const commands = {
|
|
|
4
4
|
lintCircleci: 'yarn run lint --circleci',
|
|
5
5
|
lintJson: 'yarn run lint:fix --json',
|
|
6
6
|
lintJs: 'yarn run lint:fix --js',
|
|
7
|
-
testJs: 'yarn run test --
|
|
7
|
+
testJs: 'yarn run test --fail-fast --related',
|
|
8
8
|
compressPng: 'yarn run compress --png',
|
|
9
9
|
readme: 'yarn run aberlaas readme --add-to-git',
|
|
10
10
|
};
|
package/lib/main.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aberlaas-precommit",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.24.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "aberlaas precommit helper: Sanitize and cleanup on commit",
|
|
6
6
|
"author": "Tim Carry <tim@pixelastic.com>",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"micromatch": "4.0.8"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"aberlaas-helper": "2.
|
|
30
|
-
"firost": "5.
|
|
29
|
+
"aberlaas-helper": "2.24.0",
|
|
30
|
+
"firost": "5.6.1",
|
|
31
31
|
"lint-staged": "16.2.7"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|