remove shared

This commit is contained in:
Oleksandr Honcharov 2024-06-11 21:35:57 +03:00
parent 22945357fd
commit c021ef3c59
2 changed files with 0 additions and 18 deletions

View File

@ -2,5 +2,4 @@ packages:
- "server"
- "client"
- "cef"
- "shared"
- "shared-types"

View File

@ -1,17 +0,0 @@
{
"name": "rage-fw-shared",
"version": "0.0.16-alpha.0",
"type": "module",
"main": "index.d.ts",
"files": [
"index.d.ts"
],
"scripts": {
"test": "tsup"
},
"keywords": [],
"author": "SashaGoncharov19",
"license": "MIT",
"description": "Shared client types for rage-fw",
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
}