Skip to content

Commit

Permalink
publish(client): output for 99f99b2
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardssh committed Dec 28, 2021
1 parent edcbb6f commit a63e0e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Remember to 🌟 this Github if you 💖 it.

```bash
# With npm
npm i --save-dev github:leonardssh/ragemp-types#types-client@v1.0.2
npm i --save-dev github:leonardssh/ragemp-types#types-client@v1.1.0

# With yarn
yarn add -D github:leonardssh/ragemp-types#types-client@v1.0.2
yarn add -D github:leonardssh/ragemp-types#types-client@v1.1.0

# With pnpm
pnpm add -D github:leonardssh/ragemp-types#types-client@v1.0.2
pnpm add -D github:leonardssh/ragemp-types#types-client@v1.1.0
```

> 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.0.2",
"version": "1.1.0",
"description": "Types definitions for RAGE:MP client-side module",
"main": "index.d.ts",
"files": [
Expand Down

0 comments on commit a63e0e2

Please sign in to comment.