Commit 3810b6a
Release v0.0.5: Fix npm warnings and improve global package execution (#10)
* fix: include dist directory in npm package (v0.0.2)
- Fix: Include compiled dist/ directory in npm package
- Add .npmignore to control published files
- Add PUBLISH_CHECKLIST.md for future releases
- Update CLAUDE.md to reference publish checklist
- Bump version to 0.0.2
* style: fix markdown formatting for CI
* fix: ensure dist files are included in npm package (v0.0.3)
- Add prepack script to ensure build runs before packaging
- Update PUBLISH_CHECKLIST with critical verification steps
- Make dist/index.js executable
- Fix issue where v0.0.1 and v0.0.2 were published without compiled files
* style: fix formatting
* fix: ensure formatting checks run first in CI
- Move format:check before lint in CI workflow
- Add pre-commit hook to auto-format files
- Fix package.json syntax error
- This prevents CI failures due to formatting issues
* fix: ensure dist directory is built before npm publish (v0.0.4)
- Add verification step to prepublishOnly to ensure dist/index.js exists
- Update PUBLISH_CHECKLIST to emphasize building before publishing
- Problem: npm publish might not have TypeScript available in CI/CD environments
- Solution: Always build manually before publishing
* fix: npm publish warnings and script conflicts
- Fix repository.url format (add git+ prefix)
- Separate prepublishOnly and prepack scripts to avoid conflicts
- Remove deprecated husky shebang lines
- prepublishOnly: runs clean, lint, and test
- prepack: runs build (happens after prepublishOnly)
- Bump version to 0.0.5
* fix: improve global npm package execution
- Add ./ prefix to bin path for better compatibility
- Add postinstall script to ensure index.js is executable
- Update README with multiple installation options
- Document workaround for npx issues on some systems
---------
Co-authored-by: Eric Buess <[email protected]>1 parent 7f3f48b commit 3810b6a
3 files changed
+17
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
108 | 118 | | |
109 | 119 | | |
110 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments