Skip to content

Commit 3841443

Browse files
Release v0.0.2
1 parent 275eb8e commit 3841443

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.1",
3+
"version": "0.0.2",
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.js"
@@ -33,7 +35,9 @@
3335
"test:ui": "vitest --ui"
3436
},
3537
"pkg": {
36-
"assets": ["dist/**/*"],
38+
"assets": [
39+
"dist/**/*"
40+
],
3741
"outputPath": "build"
3842
},
3943
"dependencies": {

0 commit comments

Comments
 (0)