aboutsummaryrefslogtreecommitdiffstats
path: root/clientSource/package.json
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2019-10-03 19:48:30 +0200
committermarzavec <admin@marzavec.com>2019-10-03 19:48:30 +0200
commitaeec2be24f3d5698f16bb81dadae3f59084877dc (patch)
tree82b396f72f753fdc6b00ff07277261f5bc354813 /clientSource/package.json
parentClient update (diff)
downloadhackchat-aeec2be24f3d5698f16bb81dadae3f59084877dc.tar.gz
hackchat-aeec2be24f3d5698f16bb81dadae3f59084877dc.zip
Outgoing Hook Fix + Package Changes
Diffstat (limited to 'clientSource/package.json')
-rw-r--r--clientSource/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/clientSource/package.json b/clientSource/package.json
index 63df0d3..7abba43 100644
--- a/clientSource/package.json
+++ b/clientSource/package.json
@@ -17,6 +17,6 @@
"author": "Marzavec",
"license": "WTFPL",
"dependencies": {
- "http-server": "^0.11.1"
+ "http-server": "^0.9.0"
}
}