Commit 461282a
Fix: remove lockfile and peerDependenciesMeta, add .npmrc
npm recommends not committing lockfiles for library packages.
Added .npmrc with legacy-peer-deps=true to skip peer resolution
which causes OOM in npm. Removed peerDependenciesMeta as it is
redundant with legacy-peer-deps.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7384948 commit 461282a
File tree
7 files changed
+5
-10609
lines changed- .github/workflows
7 files changed
+5
-10609
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments