ical-generator 7.0.0-develop.4 → 7.0.0-develop.6
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 +0 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -20,13 +20,7 @@
|
|
|
20
20
|
`ical-generator` is a small but fine library with which you can very easily create a valid iCal calendars, for example
|
|
21
21
|
to generate subscriptionable calendar feeds.
|
|
22
22
|
|
|
23
|
-
<br />
|
|
24
|
-
<br />
|
|
25
23
|
|
|
26
|
-
## ⚠️ Migration to v6
|
|
27
|
-
In version 6 some breaking changes were made to make `ical-generator` even better. A short list of
|
|
28
|
-
these breaking changes and how you can adapt your code can be found in our
|
|
29
|
-
[Migration Guide](https://github.com/sebbo2002/ical-generator/wiki/Migration-Guide:-v5-%E2%86%92-v6).
|
|
30
24
|
|
|
31
25
|
## 📦 Installation
|
|
32
26
|
|
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@semantic-release/changelog": "^6.0.3",
|
|
13
13
|
"@semantic-release/exec": "^6.0.3",
|
|
14
14
|
"@semantic-release/git": "^10.0.1",
|
|
15
|
-
"@semantic-release/npm": "^11.0.
|
|
15
|
+
"@semantic-release/npm": "^11.0.3",
|
|
16
16
|
"@touch4it/ical-timezones": "^1.9.0",
|
|
17
17
|
"@types/luxon": "^3.4.2",
|
|
18
18
|
"@types/mocha": "^10.0.6",
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"test": "mocha"
|
|
126
126
|
},
|
|
127
127
|
"type": "module",
|
|
128
|
-
"version": "7.0.0-develop.
|
|
128
|
+
"version": "7.0.0-develop.6"
|
|
129
129
|
}
|