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/ node_modules/
config/* config/*
!config/default.js !config/default.js
*.config.js
!ecosystem.config.js
points*.json points*.json
assets/mash-words.json assets/mash-words.json

4
package-lock.json generated
View File

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

View File

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