mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-22 18:32:29 +01:00
Fix naming
This commit is contained in:
parent
9a36f9bf4e
commit
f02a5df932
@ -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",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "cdn",
|
||||
"name": "@fosscord/cdn",
|
||||
"version": "1.0.0",
|
||||
"description": "cdn for discord clone",
|
||||
"main": "dist/index.js",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "gateway",
|
||||
"name": "@fosscord/gateway",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
|
20890
package-lock.json
generated
20890
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user