Add Referee's Tools

Update JS, add versioning (for cache-busting updates)
Clean up a bunch of unused files
Add Rivertail community
Add some new races
This commit is contained in:
2023-08-27 23:54:42 -04:00
parent 65e2b6ecb2
commit 5c58d7d051
66 changed files with 1875 additions and 2449 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "planar-vagabond",
"version": "0.11.5",
"version": "0.11.6",
"description": "",
"main": "index.js",
"scripts": {
@@ -11,7 +11,7 @@
"watch": "node app.js watch"
},
"keywords": [],
"author": "",
"author": "Eric Woodward (https://www.itsericwoodward.com)",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
@@ -21,7 +21,6 @@
"json5": "^2.1.3",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"markdown-it-auto-crosslinker": "^1.0.1",
"markdown-it-emoji": "^2.0.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-implicit-figures": "^0.11.0",