From a48830165536fa7181b2e9df211300141661d9d4 Mon Sep 17 00:00:00 2001 From: marzavec Date: Thu, 21 Feb 2019 00:43:25 -0800 Subject: Core hook upgrade, misc fixes (See ChangeLog.md tbh) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package.json') 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" } } -- cgit v1.2.1