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", "main": "dist/index.js",
"files": [ "files": [
"dist/**/*", "dist/**/*",
"readme.md", "readme.md"
"LICENSE"
], ],
"scripts": { "scripts": {
"watch": "tsc -w", "watch": "tsc -w",

View File

@ -8,9 +8,7 @@
"start": "npx ./dist create" "start": "npx ./dist create"
}, },
"files": [ "files": [
"dist/**/*", "dist/**/*"
"readme.md",
"LICENSE"
], ],
"devDependencies": { "devDependencies": {
"@microsoft/api-extractor": "^7.47.9", "@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 # Installation
``` shell ``` shell
npm i @entityseven/rage-fw-rpc npm i rage-fw-rpc
``` ```
```shell ```shell
pnpm i @entityseven/rage-fw-rpc pnpm i rage-fw-rpc
``` ```
```shell ```shell
yarn add @entityseven/rage-fw-rpc yarn add rage-fw-rpc
``` ```
Import installed package and initialize rpc: Import installed package and initialize rpc: