Skip to content

Commit

Permalink
publish(client): output for b883637
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardssh committed Feb 2, 2022
1 parent fac0ae6 commit 528a2e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Remember to 🌟 this Github if you 💖 it.
#### `CLIENT-SIDE`

```bash
```sh
# With npm
npm i --save-dev github:leonardssh/ragemp-types#[email protected].2
> npm i --save-dev github:leonardssh/ragemp-types#[email protected].3

# With yarn
yarn add -D github:leonardssh/ragemp-types#[email protected].2
> yarn add -D github:leonardssh/ragemp-types#[email protected].3

# With pnpm
pnpm add -D github:leonardssh/ragemp-types#[email protected].2
> pnpm add -D github:leonardssh/ragemp-types#[email protected].3
```

> To make these types detectable, you need to add the `types` property below to `tsconfig.json` on each side of your project.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ragemp/types-client",
"version": "1.1.2",
"version": "1.1.3",
"description": "Types definitions for RAGE:MP client-side module",
"main": "index.d.ts",
"files": [
Expand Down

0 comments on commit 528a2e7

Please sign in to comment.