rely on gpx postinstall script to build the library

This commit is contained in:
vcoppe
2024-09-24 13:45:30 +02:00
parent 9a2541b6f3
commit 4c56468970
4 changed files with 11 additions and 20 deletions

View File

@@ -73,6 +73,7 @@
},
"../gpx": {
"version": "1.0.0",
"hasInstallScript": true,
"dependencies": {
"fast-xml-parser": "^4.4.0",
"immer": "^10.1.1",
@@ -2163,14 +2164,18 @@
}
},
"node_modules/@sveltejs/enhanced-img": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@sveltejs/enhanced-img/-/enhanced-img-0.3.0.tgz",
"integrity": "sha512-o8FdEUyJR/+LjUUl4sgB9QeM9rSGpOzTO6/CH0AmO/FgwWkcJdj/MwVNtr2F/AtaPgNfzvRpnExjklmuuDOtPA==",
"version": "0.3.8",
"resolved": "https://registry.npmjs.org/@sveltejs/enhanced-img/-/enhanced-img-0.3.8.tgz",
"integrity": "sha512-n66u46ZeqHltiTm0BEjWptYmCrCY0EltEEvakmC7d5o5ZejDbOvOWm914mebbRKaP2Bezv65TNCod/wqvw/0KA==",
"dev": true,
"dependencies": {
"magic-string": "^0.30.5",
"svelte-parse-markup": "^0.1.2",
"vite-imagetools": "^7.0.1"
},
"peerDependencies": {
"svelte": "^4.0.0 || ^5.0.0-next.0",
"vite": ">= 5.0.0"
}
},
"node_modules/@sveltejs/kit": {