Update URIs to new domain

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 23:21:23 -07:00
parent 53c94e7a7e
commit 9b21525169
3 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
## Live ## Live
<a href="http://apps.webdevcat.me/btroops/" target="_blank">Demo</a> <a href="https://apps.miti.sh/btroops" target="_blank">Demo</a>
## Run ## Run

5
package-lock.json generated
View File

@ -5,7 +5,7 @@
"packages": { "packages": {
"": { "": {
"dependencies": { "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": { "devDependencies": {
"esbuild": "^0.20.2", "esbuild": "^0.20.2",
@ -3820,7 +3820,8 @@
}, },
"node_modules/pan-zoom": { "node_modules/pan-zoom": {
"version": "0.3.0", "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": { "node_modules/parent-module": {
"version": "1.0.1", "version": "1.0.1",

View File

@ -16,6 +16,6 @@
"test": "jest" "test": "jest"
}, },
"dependencies": { "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"
} }
} }