diff --git a/README.md b/README.md index 873560d..2efbb04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Live -Demo +Demo ## Run diff --git a/package-lock.json b/package-lock.json index e6307c6..96ff210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "pan-zoom": "git://git.webdevcat.me/pan-zoom.git#v0.3.0" + "pan-zoom": "https://git.miti.sh/ccm/pan-zoom/archive/v0.3.0.tar.gz" }, "devDependencies": { "esbuild": "^0.20.2", @@ -3820,7 +3820,8 @@ }, "node_modules/pan-zoom": { "version": "0.3.0", - "resolved": "git://git.webdevcat.me/pan-zoom.git#79964ead9181d69c5463777fcd2b227a14d30d32" + "resolved": "https://git.miti.sh/ccm/pan-zoom/archive/v0.3.0.tar.gz", + "integrity": "sha512-wIJYQruTJi3+kRX6Z3QEvzlwNaXWD6x+v+/PYWAlTTtSIN5RE8cSy9RBhcdRhRUe8FAg+wF9cNNno00XIOiXTg==" }, "node_modules/parent-module": { "version": "1.0.1", diff --git a/package.json b/package.json index 9420e4a..00243bd 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "test": "jest" }, "dependencies": { - "pan-zoom": "git://git.webdevcat.me/pan-zoom.git#v0.3.0" + "pan-zoom": "https://git.miti.sh/ccm/pan-zoom/archive/v0.3.0.tar.gz" } }