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-08-09 10:22:44 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-08-09 10:22:44 -0700 |
commit | 90fe01caaf5b8e0488aef15eb5c76f1e87145797 (patch) | |
tree | 8d4bdc49898ed8a3842468b93638400496891b6e /package.json | |
parent | ca9ad3ac2a8a0b5709ae7f55dcff3a7473bb9203 (diff) |
Extract programmatic pan coord calculations into gameboard module
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e72df9b..805fd31 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "dependencies": { - "pan-zoom": "github:webdevcat-me/pan-zoom" + "pan-zoom": "file:../pan-zoom" }, "devDependencies": { "esbuild": "^0.20.2", |