Skip to content

Commit fa680d4

Browse files
authored
chore: updated dependencies and added them to bundle (#64)
* chore: updated dependencies and added them to bundle * chore: updated readme
1 parent 962d9a8 commit fa680d4

File tree

5 files changed

+3851
-3981
lines changed

5 files changed

+3851
-3981
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
## 📦 Installation
5151

5252
```bash
53-
npm install @dynamiq/assistant marked@15 vega@5.33.0 vega-lite@5.23.0 vega-embed@6.29.0
53+
npm install @dynamiq/assistant
5454
```
5555

5656
Or using yarn:
5757

5858
```bash
59-
yarn add @dynamiq/assistant marked@15 vega@5.33.0 vega-lite@5.23.0 vega-embed@6.29.0
59+
yarn add @dynamiq/assistant
6060
```
6161

6262
## 🔧 Setup
@@ -137,10 +137,6 @@ const assistant = new DynamiqAssistant('#dynamiq-assistant-container', {
137137
#### Script Tag
138138

139139
```html
140-
<script src="https://cdn.jsdelivr.net/npm/vega@5.33.0"></script>
141-
<script src="https://cdn.jsdelivr.net/npm/vega-lite@5.23.0"></script>
142-
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6.29.0"></script>
143-
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
144140
<script src="https://cdn.jsdelivr.net/npm/@dynamiq/assistant@latest/dist/index.browser.js"></script>
145141
<script>
146142
const assistant = new dynamiq.DynamiqAssistant(

0 commit comments

Comments
 (0)