Skip to content

Commit a3194c1

Browse files
yosriadyclaude
andauthored
1.0.0 (#8)
* 1.0.0 * Drop redundant npm lockfile; pnpm is the only package manager The repo tracked both package-lock.json and pnpm-lock.yaml, but CI uses pnpm exclusively (pnpm install --frozen-lockfile). The npm lockfile was never consumed and only caused manual version-bump churn. Remove it and gitignore npm/yarn lockfiles so pnpm-lock.yaml is the single source of truth. Verified: pnpm install --frozen-lockfile passes with it gone. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9e36959 commit a3194c1

3 files changed

Lines changed: 5 additions & 3417 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ dist/
1717
*.swp
1818
*.swo
1919

20+
# Lockfiles — this project uses pnpm; npm/yarn lockfiles are not tracked
21+
package-lock.json
22+
yarn.lock
23+
2024
# Logs
2125
*.log
2226
npm-debug.log*

0 commit comments

Comments
 (0)