Compare commits
No commits in common. "7e43e0d106d3fab52572f0ad22912080539d5fb4" and "cc40d900708afd366d0d8821d8bda25485ee2918" have entirely different histories.
7e43e0d106
...
cc40d90070
@ -7,8 +7,7 @@
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
"dist/**/*",
|
||||
"readme.md",
|
||||
"LICENSE"
|
||||
"readme.md"
|
||||
],
|
||||
"scripts": {
|
||||
"watch": "tsc -w",
|
||||
|
@ -8,9 +8,7 @@
|
||||
"start": "npx ./dist create"
|
||||
},
|
||||
"files": [
|
||||
"dist/**/*",
|
||||
"readme.md",
|
||||
"LICENSE"
|
||||
"dist/**/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@microsoft/api-extractor": "^7.47.9",
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user