aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/package.json
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-07-03 00:06:02 -0700
committerAllan Wang <me@allanwang.ca>2019-07-03 00:06:02 -0700
commit33274faf9bb68eb95cb3e2e095cd0cef84aa6fd7 (patch)
tree82ffc3467fae807d33abf5ff9f8c61dcb4f87134 /app/src/web/package.json
parent93d2d28af68c932e1bdd931fcb4a62943c45e14d (diff)
downloadfrost-33274faf9bb68eb95cb3e2e095cd0cef84aa6fd7.tar.gz
frost-33274faf9bb68eb95cb3e2e095cd0cef84aa6fd7.tar.bz2
frost-33274faf9bb68eb95cb3e2e095cd0cef84aa6fd7.zip
Remove custom extensions and use plugin as is
Diffstat (limited to 'app/src/web/package.json')
-rw-r--r--app/src/web/package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/web/package.json b/app/src/web/package.json
index fbdc2442..ef323afb 100644
--- a/app/src/web/package.json
+++ b/app/src/web/package.json
@@ -2,6 +2,10 @@
"scripts": {
"compile": "tsc -p tsconfig.json && sass --no-source-map --style compressed --update scss:assets/css"
},
+ "license": "GPL-3.0",
+ "repository": {
+ "url": "https://github.com/AllanWang/Frost-for-Facebook"
+ },
"dependencies": {
"typescript": "^3.3.1",
"sass": "^1.19.0"