Compare commits
No commits in common. "7e43e0d106d3fab52572f0ad22912080539d5fb4" and "cc40d900708afd366d0d8821d8bda25485ee2918" have entirely different histories.
7e43e0d106
...
cc40d90070
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user