Compare commits

...

2 Commits

Author SHA1 Message Date
ThePendulum eee039a90e 1.8.1 2022-10-19 01:31:34 +02:00
ThePendulum 8a4c2458c7 Updated README. 2022-10-19 01:31:32 +02:00
3 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
# Clive
Game host for SChat 2-powered chat sites
Game host for IRC and SChat 2-powered chat sites

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "schat2-clive",
"version": "1.8.0",
"version": "1.8.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "schat2-clive",
"version": "1.8.0",
"version": "1.8.1",
"license": "ISC",
"dependencies": {
"bhttp": "^1.2.8",

View File

@ -1,6 +1,6 @@
{
"name": "schat2-clive",
"version": "1.8.0",
"version": "1.8.1",
"description": "Game host for SChat 2-powered chat sites",
"main": "src/app.js",
"scripts": {