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-04-23 10:22:12 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-23 10:22:12 -0700 |
commit | 8690459093a8b930e7ba4ff6ee4e6931be9aec54 (patch) | |
tree | 135e22266260a6cd2b155150201a70023ae70195 /package.json | |
parent | bbf65197db8da4f360e3d460d4eb74d947525622 (diff) |
Update pan-zoom lib
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" } } |