Skip to content

Commit 8ee9958

Browse files
Release v0.0.10
1 parent 3900717 commit 8ee9958

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-intent",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Git workflow tool for intentional commits — define your commit intentions first for clearer, more atomic changes.",
55
"keywords": [
66
"git",
@@ -13,7 +13,9 @@
1313
"todo-driven"
1414
],
1515
"license": "MIT",
16-
"files": ["dist"],
16+
"files": [
17+
"dist"
18+
],
1719
"type": "module",
1820
"bin": {
1921
"git-intent": "./dist/index.cjs"
@@ -36,7 +38,9 @@
3638
"test:ui": "vitest --ui"
3739
},
3840
"pkg": {
39-
"assets": ["dist/**/*"],
41+
"assets": [
42+
"dist/**/*"
43+
],
4044
"outputPath": "build"
4145
},
4246
"dependencies": {

0 commit comments

Comments
 (0)