Skip to content

Commit

Permalink
fix: Adds missing library (#1739)
Browse files Browse the repository at this point in the history
* fix: Adds missing library

* adds missing libraries
  • Loading branch information
willum070 committed May 17, 2024
1 parent dd41ed0 commit 74e6b19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions samples/web-components-map/web-components-map.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Add a Map using HTML",
"libraries": [],
"libraries": ["maps"],
"version": "beta",
"tag": "web_components_map",
"name": "web-components-map",
Expand All @@ -10,4 +10,4 @@
"alias": "mode"
},
"permalink": "samples/{{ page.fileSlug }}/{{mode}}/{% if mode == 'jsfiddle' %}demo{% else %}index{% endif %}.{{ page.outputFileExtension }}"
}
}
4 changes: 2 additions & 2 deletions samples/web-components-markers/web-components-markers.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Add a Map with Markers using HTML",
"libraries": ["marker"],
"libraries": ["maps,marker"],
"version": "beta",
"tag": "web_components_markers",
"name": "web-components-markers",
Expand All @@ -10,4 +10,4 @@
"alias": "mode"
},
"permalink": "samples/{{ page.fileSlug }}/{{mode}}/{% if mode == 'jsfiddle' %}demo{% else %}index{% endif %}.{{ page.outputFileExtension }}"
}
}

0 comments on commit 74e6b19

Please sign in to comment.