Compare commits

..

No commits in common. "c22767285c8200ead83d5141f2f75295239e82f2" and "b77cf1d4872c20e9f581270afd4e32b1526f942a" have entirely different histories.

3 changed files with 3 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,7 +1,5 @@
node_modules/
config/*
!config/default.js
*.config.js
!ecosystem.config.js
points*.json
assets/mash-words.json

4
package-lock.json generated
View File

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

View File

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