vue-cal 5.0.1-rc.0 → 5.0.1-rc.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/dist/vue-cal.es.js +931 -922
- package/dist/vue-cal.umd.js +4 -4
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -53,10 +53,10 @@ Experience Vue Cal in action or dive into the docs for setup instructions and AP
|
|
|
53
53
|
|
|
54
54
|
## 📦 Installation
|
|
55
55
|
|
|
56
|
-
Install the latest Vue Cal V5 with your favorite package manager:
|
|
56
|
+
Install the latest prerelease of Vue Cal V5 with your favorite package manager:
|
|
57
57
|
|
|
58
58
|
```bash
|
|
59
|
-
npm i vue-cal
|
|
59
|
+
npm i vue-cal@next
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
---
|