Skip to content

Commit

Permalink
Add pnpm package manager & transfer to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCELL authored and DavisDmitry committed Nov 7, 2023
1 parent b7713f3 commit dbe60ae
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,19 @@
via `npm` :

```bash
npm install telegram-webapps
npm install telegram-webapps --save-dev
```

via `yarn` :

```bash
yarn add telegram-webapps
yarn add telegram-webapps --dev
```

via `pnpm` :

```bash
yarn add telegram-webapps -D
```

### Use typings
Expand Down

0 comments on commit dbe60ae

Please sign in to comment.