diff --git a/bundle/package-lock.json b/bundle/package-lock.json
index e8b99037..e763f22a 100644
--- a/bundle/package-lock.json
+++ b/bundle/package-lock.json
@@ -95,9 +95,10 @@
}
},
"../api": {
+ "name": "@fosscord/api",
"version": "1.0.0",
"hasInstallScript": true,
- "license": "ISC",
+ "license": "GPLV3",
"dependencies": {
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
@@ -158,8 +159,9 @@
}
},
"../cdn": {
+ "name": "@fosscord/cdn",
"version": "1.0.0",
- "license": "ISC",
+ "license": "GPLV3",
"dependencies": {
"@aws-sdk/client-s3": "^3.36.1",
"@aws-sdk/node-http-handler": "^3.36.0",
@@ -200,9 +202,10 @@
}
},
"../gateway": {
+ "name": "@fosscord/gateway",
"version": "1.0.0",
"hasInstallScript": true,
- "license": "ISC",
+ "license": "GPLV3",
"dependencies": {
"@fosscord/util": "file:../util",
"amqplib": "^0.8.0",
|