Skip to content

Commit 33ab7d7

Browse files
authored
Merge pull request #1 from hchen2020/main
remove svelte-chartjs
2 parents 47b1a19 + f9b4cd7 commit 33ab7d7

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ The `BotSharp UI` is a web app used to manage agents and conversations. Through
99

1010
## Installation
1111

12-
Install dependent libraries with `--force` option.
12+
Install dependent libraries.
1313

1414
```bash
1515
git clone https://github.com/SciSharp/BotSharp-UI
1616
cd BotSharp-UI
17-
npm install --force
17+
npm install
1818
```
1919

2020
## Developing

package-lock.json

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"overlayscrollbars": "^2.4.4",
4848
"overlayscrollbars-svelte": "^0.5.2",
4949
"svelte-awesome-color-picker": "^2.4.7",
50-
"svelte-chartjs": "^3.1.2",
5150
"svelte-file-dropzone": "^2.0.2",
5251
"svelte-flatpickr": "^3.3.3",
5352
"svelte-i18n": "^4.0.0",

0 commit comments

Comments
 (0)