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-22 10:02:43 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-22 10:02:43 -0700 |
commit | 921857f29b62a8bb9df7abede5f4929105381f3d (patch) | |
tree | 567d02b777e65dfb361094b6f1a1587b5dd4d356 /package.json | |
parent | ea2ff860fa53620491385685330e99c71ffc7581 (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 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" } } |