Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhya committed Aug 3, 2023
2 parents f90653d + 73bc881 commit 09cb32e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ This is the Cumulocity module federation plugin created using c8ycli. This plugi

### Please choose Compass Widget release based on Cumulocity/Application builder version:

|APPLICATION BUILDER | CUMULOCITY | COMPASS WIDGET |
|APPLICATION BUILDER  |  CUMULOCITY   |  COMPASS WIDGET   |
|-------------------- |------------ |------------------|
| 2.x.x | >= 1016.x.x | 1.x.x |


![compass-widget](https://user-images.githubusercontent.com/99970126/169800960-2ebf6492-a107-47ff-910e-1aaf635559de.PNG)
![compass](images/compass.png)


## Features
Expand Down
Binary file added images/compass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,17 @@
"widget-plugin": [
"CompassWidgetModule"
]
}
},
"copy": [
{
"from": "images/compass.png",
"to": "images/compass.png"
},
{
"from": "LICENSE",
"to": "LICENSE.txt"
}
]
},
"cli": {}
},
Expand Down

0 comments on commit 09cb32e

Please sign in to comment.