Use custom stripped-down version of leaflet

This commit is contained in:
James Lyne 2021-05-30 16:26:47 +01:00
parent a819a5b600
commit cf78e61078
2 changed files with 3 additions and 4 deletions

5
package-lock.json generated
View File

@ -2643,9 +2643,8 @@
}
},
"leaflet": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.7.1.tgz",
"integrity": "sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw=="
"version": "git+https://github.com/JLyne/leaflet.git#c809378bc0ba3764f0b5a4087f7b9748e2718717",
"from": "git+https://github.com/JLyne/leaflet.git"
},
"levn": {
"version": "0.4.1",

View File

@ -14,7 +14,7 @@
"@kyvg/vue3-notification": "^2.3.0",
"@soerenmartius/vue3-clipboard": "^0.1.2",
"focus-visible": "^5.2.0",
"leaflet": "^1.7.1",
"leaflet": "git+https://github.com/JLyne/leaflet.git",
"normalize-scss": "^7.0.1",
"vue": "^3.0.11",
"vuex": "^4.0.0"