Commit dc97a5d
authored
fix: add publishConfig to publish scoped package as public (#8)
- Add 'publishConfig.access: public' to package.json
- Scoped packages (@coffeecup_tech/*) are private by default on NPM
- This configuration allows publishing publicly without a paid plan
- Fixes '402 Payment Required' error during npm publish1 parent e13d9cf commit dc97a5d
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
0 commit comments