summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-05-11 01:48:50 -0700
committer8cy <[email protected]>2020-05-11 01:48:50 -0700
commit62b4b0e853e85664ece1b8bd8b4254813bab43b2 (patch)
treed3ea6ded435b7ed92dd2e5d57c39c34fa97af983 /package.json
parentyes (diff)
downloadslog-62b4b0e853e85664ece1b8bd8b4254813bab43b2.tar.xz
slog-62b4b0e853e85664ece1b8bd8b4254813bab43b2.zip
big boi changes
- add registration ip to user registration - add quotes to footer - add error messages to error page - make uptime readable - remove commenting - login now redircts to previous page - add admin page + marketplace boilerplate - add CHANGE PASSWORD - ADD DELETE ITEM FINALLY - reposition things and formatting
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 88ce0bd..3b1244e 100644
--- a/package.json
+++ b/package.json
@@ -33,6 +33,7 @@
"express": "^4.17.1",
"express-session": "^1.17.1",
"formidable": "^1.2.2",
- "mongoose": "^5.9.12"
+ "mongoose": "^5.9.12",
+ "quotes-go": "^1.0.5"
}
}