Skip to content

Commit cb0d2b0

Browse files
committed
Fix leaflet pointing to version without dist files
1 parent 2a6c24a commit cb0d2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

leaflet_widget.make

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ libraries[leaflet_draw][download][tag] = "v0.4.9"
1515
# LEAFLET
1616
libraries[leaflet][type] = libraries
1717
libraries[leaflet][download][type] = git
18-
libraries[leaflet][download][url] = "https://github.com/Leaflet/Leaflet.git"
19-
libraries[leaflet][download][revision] = "7f11fdfbaeeeef900f8c40813e74d6682646804d"
18+
libraries[leaflet][download][url] = "https://github.com/NuCivic/Leaflet.git"
19+
libraries[leaflet][download][tag] = "v1.0.2-alt-marker-shadow-5258"

0 commit comments

Comments
 (0)