Skip to content

Commit e8aa449

Browse files
committed
chore: set thira npm package to non private
1 parent 83c1869 commit e8aa449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/npm/thira/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "A Git hooks manager and commit message linter for automating development workflows",
55
"bin": "lib/index.js",
6-
"private": true,
6+
"private": false,
77
"keywords": [
88
"cli",
99
"automation",
@@ -30,4 +30,4 @@
3030
"thira-windows-x64": "0.1.0",
3131
"thira-windows-arm64": "0.1.0"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)