gstatx 0.2.1 → 0.2.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gstatx",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Export stats of a repo or list of repos",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "bun build src/index.ts --outdir dist --target node --minify && bun build src/lib.ts --outdir dist --target node --minify && tsc -p tsconfig.build.json",
|
|
26
26
|
"prepack": "bun run build",
|
|
27
|
-
"postinstall": "./scripts/setup-git-hooks.sh",
|
|
27
|
+
"postinstall": "test -f ./scripts/setup-git-hooks.sh && ./scripts/setup-git-hooks.sh || exit 0",
|
|
28
28
|
"setup:hooks": "./scripts/setup-git-hooks.sh",
|
|
29
29
|
"start": "bun run src/index.ts",
|
|
30
30
|
"lint": "biome lint .",
|