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

🎨 rename to -> @fosscord/server-util

This commit is contained in:
Flam3rboy 2021-04-22 23:30:49 +02:00
parent afc284ec9a
commit 29bdb72979
2 changed files with 15 additions and 7 deletions

8
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "fosscord-server-util", "name": "@fosscord/fosscord-server-util",
"version": "1.0.0", "version": "1.0.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "fosscord-server-util", "name": "@fosscord/fosscord-server-util",
"version": "1.0.0", "version": "1.0.2",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@types/jsonwebtoken": "^8.5.0", "@types/jsonwebtoken": "^8.5.0",

View File

@ -1,5 +1,5 @@
{ {
"name": "@fosscord/fosscord-server-util", "name": "@fosscord/server-util",
"version": "1.0.2", "version": "1.0.2",
"description": "Utility functions for the all server repositories", "description": "Utility functions for the all server repositories",
"main": "dist/index.js", "main": "dist/index.js",
@ -12,7 +12,15 @@
"type": "git", "type": "git",
"url": "git+https://github.com/fosscord/fosscord-server-util.git" "url": "git+https://github.com/fosscord/fosscord-server-util.git"
}, },
"keywords": ["discord", "fosscord", "fosscord-server-util", "foss cord", "discord open source", "discord source", "discord-open-source"], "keywords": [
"discord",
"fosscord",
"fosscord-server-util",
"foss cord",
"discord open source",
"discord source",
"discord-open-source"
],
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"bugs": { "bugs": {
@ -31,4 +39,4 @@
"mongoose-autopopulate": "^0.12.3", "mongoose-autopopulate": "^0.12.3",
"typescript": "^4.1.3" "typescript": "^4.1.3"
} }
} }