summary refs log tree commit diff
path: root/cdn
diff options
context:
space:
mode:
authorThesourtimes <cckhmck@gmail.com>2022-04-26 21:34:15 +0300
committerErkin Alp Güney <erkinalp9035@gmail.com>2022-04-26 22:47:35 +0300
commit540e643b86295e2c55941fc279e03b69e3f07ed5 (patch)
tree0e38d6acb9dde92bfe1b5720eabe8d88ae9d66c5 /cdn
parenteventually fix those errors (diff)
downloadserver-540e643b86295e2c55941fc279e03b69e3f07ed5.tar.xz
Do stuff for npm workspace
Diffstat (limited to 'cdn')
-rw-r--r--cdn/CONTRIBUTE.md18
-rw-r--r--cdn/package.json4
2 files changed, 2 insertions, 20 deletions
diff --git a/cdn/CONTRIBUTE.md b/cdn/CONTRIBUTE.md
deleted file mode 100644
index 7cc673d9..00000000
--- a/cdn/CONTRIBUTE.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# CONTRIBUTE
-
-### Setup:
-
-```
-npm i
-npm start
-```
-
-### Run tests:
-
-```
-npm test
-```
-
-#### common errors:
-
--   db not connecting --> start mongod in a seperate terminal window
diff --git a/cdn/package.json b/cdn/package.json
index 7a1f43c9..f1d12ba5 100644
--- a/cdn/package.json
+++ b/cdn/package.json
@@ -14,8 +14,8 @@
 		"url": "git+https://github.com/fosscord/fosscord-server.git"
 	},
 	"keywords": [],
-	"author": "",
-	"license": "GPLV3",
+	"author": "Fosscord",
+	"license": "AGPLV3",
 	"bugs": {
 		"url": "https://github.com/fosscord/fosscord-server/issues"
 	},