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-11-08 13:57:46 -0800 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-11-08 14:07:34 -0800 |
commit | 77e8d9d00ee7d90c5b5ff3f497d556b5f2965b3b (patch) | |
tree | e56cf8929464f21f51250ea470623e25c6f50113 /package.json | |
parent | 74527947ae6b8b073597206cea2e7ca9d71da671 (diff) |
Pull pan-zoom library from git repo
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 805fd31..cef238b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,5 @@ { "type": "module", - "dependencies": { - "pan-zoom": "file:../pan-zoom" - }, "devDependencies": { "esbuild": "^0.20.2", "esbuild-server": "^0.3.0", @@ -17,5 +14,8 @@ "test:integ": "node ./node_modules/.bin/jest --detectOpenHandles --config jest.config.integ.cjs", "test:integ:debug": "NODE_INSPECT_RESUME_ON_START=1 node inspect ./node_modules/jest/bin/jest.js --config jest.config.integ.cjs --runInBand", "test": "jest" + }, + "dependencies": { + "pan-zoom": "git://git.webdevcat.me/pan-zoom#cm-programmatic-pan" } } |