@event-calendar/build 2.7.0 → 2.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/event-calendar.min.js +2 -2
- package/event-calendar.min.js.map +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -200,8 +200,8 @@ import '@event-calendar/core/index.css';
|
|
|
200
200
|
### Pre-built browser ready bundle
|
|
201
201
|
Include the following lines of code in the `<head>` section of your page:
|
|
202
202
|
```html
|
|
203
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@2.7.
|
|
204
|
-
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@2.7.
|
|
203
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@2.7.1/event-calendar.min.css">
|
|
204
|
+
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@2.7.1/event-calendar.min.js"></script>
|
|
205
205
|
```
|
|
206
206
|
|
|
207
207
|
<details>
|