Skip to content

Commit

Permalink
Revert "Images and licence file got updated"
Browse files Browse the repository at this point in the history
This reverts commit b25e026.
  • Loading branch information
Mukkamalla committed Jun 6, 2023
1 parent b25e026 commit d53583f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 20 deletions.
Binary file removed Images/DeviceChart.png
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Bubble Chart (Data set not ideal for this chart)
| 2.0.x | >= 1016.x.x| 1.x.x |


![DeviceChart](Images/DeviceChart.png)
![DeviceChart](https://user-images.githubusercontent.com/67993842/91125981-99ffaa00-e6c0-11ea-80b5-32269311642f.PNG)

## Features

Expand Down
11 changes: 4 additions & 7 deletions package-lock.json

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

14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The Device Chart Widget displays the chart based on the device specific inventory data.",
"scripts": {
"start": "c8ycli server",
"build": "c8ycli build",
"build": "c8ycli build --env.mode=production",
"deploy": "c8ycli deploy",
"postinstall": "ngcc",
"prebuild": " gulp clean",
Expand Down Expand Up @@ -83,17 +83,7 @@
"widget-plugin": [
"GpLibDeviceChartModule"
]
},
"copy": [
{
"from": "Images/DeviceChart.png",
"to": "Images/DeviceChart.png"
},
{
"from": "LICENSE",
"to": "LICENSE.txt"
}
]
}
},
"cli": {}
},
Expand Down

0 comments on commit d53583f

Please sign in to comment.