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
|
|
@ -43,13 +43,13 @@ Install from the coulomb Gitea npm registry (add the scope to your `.npmrc` firs
|
|||
|
||||
```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
|
||||
npm i @whynot/design@0.3.0 lit
|
||||
# or pin straight from git: pnpm add git+ssh://git@gitea.coulomb.social/coulomb/whynot-design.git#v0.3.0
|
||||
# or pin straight from git: pnpm add git+ssh://git@forgejo.coulomb.social/coulomb/whynot-design.git#v0.3.0
|
||||
```
|
||||
|
||||
```js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue