index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
path: root/package.json
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-30 12:37:29 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-30 12:37:29 -0700 |
commit | 981cc566f05a2c517aef8657bad605477d519b48 (patch) | |
tree | c62ad253b23b6437a198833e4bf8324867529014 /package.json | |
parent | 51974436fff22bcd2c37471351165179bb5daa23 (diff) |
WIP: put all svg refs in scenario file at build time
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 43111f7..620fc02 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "esbuild": "^0.20.2", "esbuild-server": "^0.3.0", "jest": "^29.7.0", + "jsdom": "^24.1.0", "puppeteer": "^22.9.0", "selenium-webdriver": "^4.19.0" }, |