Compare commits

..

No commits in common. "7e43e0d106d3fab52572f0ad22912080539d5fb4" and "cc40d900708afd366d0d8821d8bda25485ee2918" have entirely different histories.

3 changed files with 5 additions and 8 deletions

View File

@ -7,8 +7,7 @@
"main": "dist/index.js",
"files": [
"dist/**/*",
"readme.md",
"LICENSE"
"readme.md"
],
"scripts": {
"watch": "tsc -w",

View File

@ -8,9 +8,7 @@
"start": "npx ./dist create"
},
"files": [
"dist/**/*",
"readme.md",
"LICENSE"
"dist/**/*"
],
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",

View File

@ -3,13 +3,13 @@ is an all-in package with asynchronous RPC implementation for RageMP servers in
# Installation
``` shell
npm i @entityseven/rage-fw-rpc
npm i rage-fw-rpc
```
```shell
pnpm i @entityseven/rage-fw-rpc
pnpm i rage-fw-rpc
```
```shell
yarn add @entityseven/rage-fw-rpc
yarn add rage-fw-rpc
```
Import installed package and initialize rpc: