Commit 1f870d0
Fix neo-ux-core package.json to match lockfile dependencies
Restore missing devDependencies (tsup, typescript, eslint, @types/*) that were in the lockfile but removed from package.json. This was causing CI failures with "pnpm-lock.yaml is not up to date" errors.
- Add back devDependencies: @types/react, @types/react-dom, eslint, tsup, typescript
- Add private: false for npm publishing
- Add sideEffects: false for tree-shaking
- Add lint script
- Reorder exports with types first (best practice)
Co-authored-by: SMSDAO <[email protected]>1 parent 5561e85 commit 1f870d0
1 file changed
Lines changed: 16 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
18 | 28 | | |
19 | 29 | | |
20 | 30 | | |
| 31 | + | |
21 | 32 | | |
22 | | - | |
23 | | - | |
| 33 | + | |
24 | 34 | | |
25 | 35 | | |
26 | 36 | | |
0 commit comments