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 10700e4..f437438 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,8 @@ { "type": "module", + "dependencies": { + "pan-zoom": "github:webdevcat-me/pan-zoom" + }, "devDependencies": { "esbuild": "^0.20.2", "esbuild-server": "^0.3.0", @@ -10,8 +13,5 @@ "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" } } |