summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3398a7f..81c507a 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
"start": "npm run build && electron ."
},
"author": "LawnCable",
- "license": "?????",
+ "license": "GNU GPLv3",
"devDependencies": {
"electron": "^2.0.1",
"typescript": "^2.8.3"
@@ -19,7 +19,8 @@
"*.js",
"assets",
"src",
- "node_modules"
+ "node_modules",
+ "LICENSE"
],
"dependencies": {
"discord-rpc": "^3.0.0-beta.10",