From 2b6e771383f4c6f392b32ce26e4d759b56791132 Mon Sep 17 00:00:00 2001 From: marzavec Date: Thu, 12 Mar 2020 13:28:20 -0500 Subject: Protocol Updates and Bug Fixes --- clientSource/package.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 clientSource/package.json (limited to 'clientSource/package.json') diff --git a/clientSource/package.json b/clientSource/package.json deleted file mode 100644 index 6078f23..0000000 --- a/clientSource/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "hack.chat-v2", - "version": "2.1.91", - "description": "a minimal distraction free chat application", - "main": "index.js", - "repository": { - "type": "git", - "url": "git+https://github.com/hack-chat/main.git" - }, - "engines": { - "node": ">= 8.10.0", - "npm": ">= 5.7.1" - }, - "scripts": { - "start": "http-server ../client -o -p 3000" - }, - "author": "Marzavec", - "license": "WTFPL", - "dependencies": { - "http-server": "^0.12.0" - } -} -- cgit v1.2.1