aberlaas 2.22.2 → 2.23.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/README.md +2 -2
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
-->
|
|
5
5
|
# Aberlaas
|
|
6
6
|
|
|
7
|
-
> My opinionated dev toolbox
|
|
7
|
+
> 🏰 My opinionated dev toolbox for testing, linting and releasing
|
|
8
8
|
|
|
9
9
|
## What is Aberlaas?
|
|
10
10
|
|
|
@@ -69,7 +69,7 @@ yarn run test ./lib/myModule.js
|
|
|
69
69
|
yarn run test --watch
|
|
70
70
|
|
|
71
71
|
# Stop on first failure
|
|
72
|
-
yarn run test --
|
|
72
|
+
yarn run test --fail-fast
|
|
73
73
|
```
|
|
74
74
|
|
|
75
75
|
### `yarn run lint`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aberlaas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.23.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Scaffold your JavaScript projects with tests, lint and release scripts",
|
|
6
6
|
"author": "Tim Carry <tim@pixelastic.com>",
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
"main": "./lib/main.js",
|
|
52
52
|
"bin": "bin/aberlaas.js",
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"aberlaas-ci": "2.
|
|
55
|
-
"aberlaas-compress": "2.
|
|
56
|
-
"aberlaas-helper": "2.
|
|
57
|
-
"aberlaas-init": "2.
|
|
58
|
-
"aberlaas-lint": "2.
|
|
59
|
-
"aberlaas-precommit": "2.
|
|
60
|
-
"aberlaas-readme": "2.
|
|
61
|
-
"aberlaas-release": "2.
|
|
62
|
-
"aberlaas-setup": "2.
|
|
63
|
-
"aberlaas-test": "2.
|
|
64
|
-
"aberlaas-versions": "2.
|
|
65
|
-
"firost": "5.5.
|
|
54
|
+
"aberlaas-ci": "2.23.0",
|
|
55
|
+
"aberlaas-compress": "2.23.0",
|
|
56
|
+
"aberlaas-helper": "2.23.0",
|
|
57
|
+
"aberlaas-init": "2.23.0",
|
|
58
|
+
"aberlaas-lint": "2.23.0",
|
|
59
|
+
"aberlaas-precommit": "2.23.0",
|
|
60
|
+
"aberlaas-readme": "2.23.0",
|
|
61
|
+
"aberlaas-release": "2.23.0",
|
|
62
|
+
"aberlaas-setup": "2.23.0",
|
|
63
|
+
"aberlaas-test": "2.23.0",
|
|
64
|
+
"aberlaas-versions": "2.23.0",
|
|
65
|
+
"firost": "5.5.2",
|
|
66
66
|
"golgoth": "3.1.0",
|
|
67
67
|
"minimist": "1.2.8"
|
|
68
68
|
},
|