Migrate npm and git refs to Forgejo (RAIL-HO-WP-0006)
This commit is contained in:
parent
8c24e44857
commit
6de4d31bde
5 changed files with 10 additions and 10 deletions
|
|
@ -5,7 +5,7 @@ repos can pin a version (`npm i @whynot/design@x.y.z`) and track it at their own
|
|||
(WHYNOT-WP-0003). The git tag cut by `make release` (see `DesignSystemIntroduction.md`
|
||||
§6) is the version; publishing makes that version installable.
|
||||
|
||||
- Registry: `https://gitea.coulomb.social/api/packages/coulomb/npm/`
|
||||
- Registry: `https://forgejo.coulomb.social/api/packages/coulomb/npm/`
|
||||
- `package.json` `publishConfig.registry` already points `npm publish` here.
|
||||
- `lit` is a **peerDependency** — consumers install it themselves so their bundler
|
||||
dedupes to a single `lit` instance.
|
||||
|
|
@ -42,8 +42,8 @@ then install the package plus the `lit` peer:
|
|||
|
||||
```ini
|
||||
# .npmrc
|
||||
@whynot:registry=https://gitea.coulomb.social/api/packages/coulomb/npm/
|
||||
//gitea.coulomb.social/api/packages/coulomb/npm/:_authToken=${NPM_AUTH_TOKEN}
|
||||
@whynot:registry=https://forgejo.coulomb.social/api/packages/coulomb/npm/
|
||||
//forgejo.coulomb.social/api/packages/coulomb/npm/:_authToken=${NPM_AUTH_TOKEN}
|
||||
```
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue