aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2019-02-21 09:43:25 +0100
committermarzavec <admin@marzavec.com>2019-02-21 09:43:25 +0100
commita48830165536fa7181b2e9df211300141661d9d4 (patch)
tree3a60ed1934880d08e3c18b581c82a315e62d9bc6 /package.json
parentMinor module changes (diff)
downloadhackchat-a48830165536fa7181b2e9df211300141661d9d4.tar.gz
hackchat-a48830165536fa7181b2e9df211300141661d9d4.zip
Core hook upgrade, misc fixes
(See ChangeLog.md tbh)
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index c55e5f1..3dbd932 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hack.chat-v2",
- "version": "2.1.0",
+ "version": "2.1.9",
"description": "a minimal distraction free chat application",
"main": "index.js",
"repository": {
@@ -8,16 +8,16 @@
"url": "git+https://github.com/hack-chat/main.git"
},
"engines": {
- "node": ">= 8.10.0",
- "npm": ">= 5.7.1"
+ "node": ">= 10.15.1",
+ "npm": ">= 6.7.0"
},
"scripts": {
"start": "pm2 start ./server/main.js --name hackchat-dev-server && cd ./clientSource && npm start && pm2 stop hackchat-dev-server",
- "postinstall": "cd ./clientSource && npm install && cd.. & cd ./server && npm install && npm run config"
+ "postinstall": "cd ./clientSource && npm install && cd .. & cd ./server && npm install && npm run config"
},
"author": "Marzavec",
"license": "WTFPL",
"dependencies": {
- "pm2": "^2.10.4"
+ "pm2": "^3.2.9"
}
}