Skip to content

Commit

Permalink
fix missing exported components
Browse files Browse the repository at this point in the history
  • Loading branch information
MelihAltintas committed Mar 1, 2022
1 parent 68213ae commit ae879cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-openlayers",
"version": "0.1.62",
"version": "0.1.63",
"description": "Openlayers Wrapper for Vue3",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion src/components/styles/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ function install (app) {
Fill,
Icon,
Text,
FlowLine
FlowLine,
Circle
}
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ export {
MapControls,
Geometries,
Styles,
Interactions,
Animations

}

0 comments on commit ae879cd

Please sign in to comment.