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
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index c76cae8..10700e4 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,12 @@ "jest": "^29.7.0", "selenium-webdriver": "^4.19.0" }, - "dependencies": { - "svg-pan-zoom": "github:webdevcat-me/svg-pan-zoom" - }, "scripts": { "start": "node dev-server.cjs", "test:integ": "jest --config jest.config.integ.cjs", "test": "jest" + }, + "dependencies": { + "svg-pan-zoom": "github:webdevcat-me/svg-pan-zoom" } } |