1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 01:31:34 +02:00

Fix naming

This commit is contained in:
darkhpp 2021-08-13 17:57:51 +07:00
parent 9a36f9bf4e
commit f02a5df932
5 changed files with 6 additions and 20896 deletions

View File

@ -1,5 +1,5 @@
{
"name": "api",
"name": "@fosscord/api",
"version": "1.0.0",
"description": "This repository contains the HTTP API Server",
"main": "dist/Server.js",

View File

@ -1,5 +1,5 @@
{
"name": "cdn",
"name": "@fosscord/cdn",
"version": "1.0.0",
"description": "cdn for discord clone",
"main": "dist/index.js",

View File

@ -1,5 +1,5 @@
{
"name": "gateway",
"name": "@fosscord/gateway",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",

20890
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,8 +26,8 @@
},
"homepage": "https://docs.fosscord.com/",
"dependencies": {
"api": "file:api",
"cdn": "file:cdn",
"gateway": "file:gateway"
"@fosscord/api": "file:api",
"@fosscord/cdn": "file:cdn",
"@fosscord/gateway": "file:gateway"
}
}