sncommit 1.0.1 → 1.0.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sncommit",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "AI-powered git commit message generator with beautiful TUI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -8,6 +8,9 @@
8
8
  "better-commit": "dist/index.js",
9
9
  "bc": "dist/index.js"
10
10
  },
11
+ "files": [
12
+ "dist"
13
+ ],
11
14
  "scripts": {
12
15
  "build": "bun build src/index.tsx --outdir dist --target node",
13
16
  "dev": "bun run build && bun run start",