Compare commits
No commits in common. "c22767285c8200ead83d5141f2f75295239e82f2" and "b77cf1d4872c20e9f581270afd4e32b1526f942a" have entirely different histories.
c22767285c
...
b77cf1d487
|
@ -1,7 +1,5 @@
|
|||
node_modules/
|
||||
config/*
|
||||
!config/default.js
|
||||
*.config.js
|
||||
!ecosystem.config.js
|
||||
points*.json
|
||||
assets/mash-words.json
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue