Skip to content

Commit

Permalink
docs: update to reflect use of sdk50 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCQL committed May 4, 2024
1 parent d8f67c2 commit b57c3ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pnpm version prerelease --no-git-tag-version --preid=rc
To publish the package to NPM, run:

```sh
pnpm publish
pnpm publish --tag='sdk50'
```

### Testing & CI
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ A tree-shakeable, framework agnostic, [pure ESM](https://gist.github.com/sindres
## Installing

```sh
npm install cosmes
npm install cosmes@sdk50

pnpm add cosmes
pnpm add cosmes@sdk50

yarn add cosmes
yarn add cosmes@sdk50
```

### Using with TypeScript
Expand Down

0 comments on commit b57c3ad

Please sign in to comment.