Commit 9e60662
authored
fix(npm): read install.js version from package.json (#37)
Single source of truth: install.js now reads VERSION from ./package.json at runtime, so the release workflow's 'npm version $tag' bump propagates correctly. Previously the constant drifted from package.json on every release, causing 'npm install -g stacklit' to silently download an older binary.1 parent 4169ebf commit 9e60662
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments