We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3900717 commit 8ee9958Copy full SHA for 8ee9958
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "git-intent",
3
- "version": "0.0.9",
+ "version": "0.0.10",
4
"description": "Git workflow tool for intentional commits — define your commit intentions first for clearer, more atomic changes.",
5
"keywords": [
6
"git",
@@ -13,7 +13,9 @@
13
"todo-driven"
14
],
15
"license": "MIT",
16
- "files": ["dist"],
+ "files": [
17
+ "dist"
18
+ ],
19
"type": "module",
20
"bin": {
21
"git-intent": "./dist/index.cjs"
@@ -36,7 +38,9 @@
36
38
"test:ui": "vitest --ui"
37
39
},
40
"pkg": {
- "assets": ["dist/**/*"],
41
+ "assets": [
42
+ "dist/**/*"
43
44
"outputPath": "build"
45
46
"dependencies": {
0 commit comments