rhachet-roles-ehmpathy 1.13.1 → 1.13.2
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "rhachet-roles-ehmpathy",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "empathetic software construction roles and skills, via rhachet",
|
|
5
|
-
"version": "1.13.
|
|
5
|
+
"version": "1.13.2",
|
|
6
6
|
"repository": "ehmpathy/rhachet-roles-ehmpathy",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/rhachet-roles-ehmpathy",
|
|
8
8
|
"keywords": [
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build:ts": "tsc -p ./tsconfig.build.json",
|
|
23
23
|
"commit:with-cli": "npx cz",
|
|
24
|
-
"fix:format:biome": "biome check --write
|
|
24
|
+
"fix:format:biome": "biome check --write",
|
|
25
25
|
"fix:format": "npm run fix:format:biome",
|
|
26
|
-
"fix:lint": "biome check --write
|
|
26
|
+
"fix:lint": "biome check --write",
|
|
27
27
|
"fix": "npm run fix:format && npm run fix:lint",
|
|
28
28
|
"build:clean": "rm dist/ -rf",
|
|
29
29
|
"build:compile": "tsc -p ./tsconfig.build.json",
|