Compare commits
2 Commits
cc40d90070
...
7e43e0d106
Author | SHA1 | Date | |
---|---|---|---|
7e43e0d106 | |||
2f1d1d9f0d |
@ -7,7 +7,8 @@
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
"dist/**/*",
|
||||
"readme.md"
|
||||
"readme.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"scripts": {
|
||||
"watch": "tsc -w",
|
||||
|
@ -8,7 +8,9 @@
|
||||
"start": "npx ./dist create"
|
||||
},
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
"dist/**/*",
|
||||
"readme.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"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 rage-fw-rpc
|
||||
npm i @entityseven/rage-fw-rpc
|
||||
```
|
||||
```shell
|
||||
pnpm i rage-fw-rpc
|
||||
pnpm i @entityseven/rage-fw-rpc
|
||||
```
|
||||
```shell
|
||||
yarn add rage-fw-rpc
|
||||
yarn add @entityseven/rage-fw-rpc
|
||||
```
|
||||
|
||||
Import installed package and initialize rpc:
|
||||
|
Loading…
Reference in New Issue
Block a user