Skip to content

Commit

Permalink
publish(client): output for 3d7fbd5
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardssh committed Jan 4, 2022
1 parent 99e0d67 commit e0917c2
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#[email protected].0
npm i --save-dev github:leonardssh/ragemp-types#[email protected].1

# With yarn
yarn add -D github:leonardssh/ragemp-types#[email protected].0
yarn add -D github:leonardssh/ragemp-types#[email protected].1

# With pnpm
pnpm add -D github:leonardssh/ragemp-types#[email protected].0
pnpm add -D github:leonardssh/ragemp-types#[email protected].1
```

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

0 comments on commit e0917c2

Please sign in to comment.