This commit is contained in:
TheGiddyLimit
2024-05-06 22:24:37 +01:00
parent 99cb60d804
commit 9c8ae15ff7
113 changed files with 1022 additions and 852 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "5etools",
"author": "TheGiddyLimit",
"version": "1.206.0",
"version": "1.206.1",
"license": "MIT",
"description": "A site dedicated to making playing games with your friends as easy as possible.",
"type": "module",
@@ -27,7 +27,7 @@
"test:unit": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test": "npm run test:js && npm run test:unit && npm run test:css && npm run test:data",
"lint": "npm run lint:js && npm run lint:css && npm run lint:data",
"build:css": "sass --style=compressed scss/:css/ && node node/rm.js css/includes/",
"build:css": "sass --style=compressed scss/:css/ && node node/rm.js css/includes/ css/vars/",
"build:seo": "node node/generate-seo.js",
"build:sw": "node node/build-sw.mjs",
"build:sw:prod": "node node/build-sw.mjs prod",
@@ -46,7 +46,7 @@
"url": "git+https://github.com/5etools-mirror-2/5etools-mirror-2.github.io.git"
},
"devDependencies": {
"5etools-utils": "^0.10.29",
"5etools-utils": "^0.10.30",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"commander": "^12.0.0",