Skip to content

Commit c9f710b

Browse files
Merge pull request #71 from enthec/Leaflet
Leaflet updated
2 parents fdaa395 + 90824d8 commit c9f710b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/technologies/l.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,8 @@
406406
},
407407
"Leaflet": {
408408
"cats": [
409-
35
409+
35,
410+
59
410411
],
411412
"description": "Leaflet is the open-source JavaScript library for mobile-friendly interactive maps.",
412413
"icon": "Leaflet.png",
@@ -415,7 +416,7 @@
415416
"L.PosAnimation": "",
416417
"L.version": "^(.+)$\\;version:\\1\\;confidence:0"
417418
},
418-
"scriptSrc": "leaflet.{0,32}\\.js(?!.+shopify)",
419+
"scriptSrc": "(?:((?:\\d+\\.)+\\d+)\\/(?:dist\\/)?)?leaflet[\\w\\-\\.]{0,32}\\.js(?:\\?v(?:er)?=((?:\\d+\\.)+\\d+))?(?!.+shopify)\\;version:\\1\\2",
419420
"website": "https://leafletjs.com"
420421
},
421422
"Leaflet platform": {

0 commit comments

Comments
 (0)