Skip to content

Commit

Permalink
publish(server): output for f95e1fc
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardssh committed Nov 27, 2021
1 parent f15c255 commit 0c92016
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ Remember to 🌟 this Github if you 💖 it.

#### `SERVER-SIDE`

> Use `github:leonardssh/ragemp-types#types-server` to latest build
```bash
# With npm
npm i --save-dev github:leonardssh/ragemp-types#types-server
npm i --save-dev github:leonardssh/ragemp-types#types-server@v1.0.1

# With yarn
yarn add -D github:leonardssh/ragemp-types#types-server
yarn add -D github:leonardssh/ragemp-types#types-server@v1.0.1

# With pnpm
pnpm add -D github:leonardssh/ragemp-types#types-server
pnpm add -D github:leonardssh/ragemp-types#types-server@v1.0.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-server",
"version": "1.0.0",
"version": "1.0.1",
"description": "Types definitions for RAGE:MP server-side module",
"main": "index.d.ts",
"files": [
Expand Down

0 comments on commit 0c92016

Please sign in to comment.