Compare commits

..

2 Commits

Author SHA1 Message Date
Niels Simenon c22767285c 1.23.4 2022-11-26 17:57:50 +01:00
Niels Simenon 9295502d2c Added ecosystem rule to gitignore. 2022-11-26 17:57:45 +01:00
3 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
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.3",
"version": "1.23.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "schat2-clive",
"version": "1.23.3",
"version": "1.23.4",
"license": "ISC",
"dependencies": {
"bhttp": "^1.2.8",

View File

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