Compare commits

..

2 Commits

Author SHA1 Message Date
7e43e0d106 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	cli/package.json
#	rpc/package.json
2024-10-30 17:01:42 +00:00
2f1d1d9f0d hotfix
- licenses
- package.json consistency
- links bump
2024-10-30 17:00:36 +00:00
3 changed files with 8 additions and 5 deletions

View File

@ -7,7 +7,8 @@
"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,7 +8,9 @@
"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 rage-fw-rpc npm i @entityseven/rage-fw-rpc
``` ```
```shell ```shell
pnpm i rage-fw-rpc pnpm i @entityseven/rage-fw-rpc
``` ```
```shell ```shell
yarn add rage-fw-rpc yarn add @entityseven/rage-fw-rpc
``` ```
Import installed package and initialize rpc: Import installed package and initialize rpc: