mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.206.1
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user