Pull pan-zoom library from git repo
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user