diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-03 02:17:20 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-12-03 02:17:20 +0100 |
commit | b5a3aee2377a49beba5b1fcf5b7225176bf50ac7 (patch) | |
tree | ef3e931f8a9cd664233c217b6512369db0cf2386 /package.json | |
parent | 6164139fe3d2071c50adc299b0d90cbdc685634c (diff) | |
download | server-b5a3aee2377a49beba5b1fcf5b7225176bf50ac7.tar.gz |
Remove connect-flash dependency. Clean up session store.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json index 52a3190..969a103 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,6 @@ "description": "Rally the Troops!", "dependencies": { "better-sqlite3": "^7.4.4", - "connect": "^3.7.0", - "connect-flash": "^0.1.1", "dotenv": "^10.0.0", "express": "^4.17.1", "express-session": "^1.17.1", |