ical-generator 6.0.2-develop.12 → 6.0.2-develop.13

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.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,15 +5,13 @@
5
5
  <a href="https://github.com/sebbo2002/ical-generator#gh-light-mode-only">
6
6
  <img src="https://static.sebbo.net/ical-generator/logo-light.svg" width="318px" alt="ical-generator logo" />
7
7
  </a>
8
- <a href="https://github.com/sebbo2002/ical-generator#gh-dark-mode-only">
9
- <img src="https://static.sebbo.net/ical-generator/logo-dark.svg" width="318px" alt="ical-generator logo" />
10
- </a>
11
8
  </p>
12
9
  <p align="center">
13
10
  <a href="https://github.com/sebbo2002/ical-generator/blob/develop/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="MIT License" /></a>
14
11
  <a href="https://bundlephobia.com/package/ical-generator"><img src="https://img.shields.io/bundlephobia/min/ical-generator?style=flat-square" alt="Module Size" /></a>
15
12
  <img src="https://img.shields.io/depfu/dependencies/github/sebbo2002%2Fical-generator?style=flat-square" alt="Dependency Status" />
16
13
  <a href="https://github.com/sebbo2002/ical-generator/actions/workflows/test-release.yml?query=branch%3Adevelop"><img src="https://img.shields.io/github/actions/workflow/status/sebbo2002/ical-generator/test-release.yml?style=flat-square" alt="CI Status" /></a>
14
+ <a href="https://sebbo2002.github.io/ical-generator/develop/coverage/"><img alt="Code Coverage Badge" src="https://img.shields.io/nycrc/sebbo2002/ical-generator?style=flat-square"></a>
17
15
  </p>
18
16
 
19
17
  <br />
@@ -119,7 +117,6 @@ in the calendar/event.
119
117
  ```
120
118
  npm test
121
119
  npm run coverage
122
- npm run browser-test
123
120
  ```
124
121
 
125
122
 
package/package.json CHANGED
@@ -125,5 +125,5 @@
125
125
  "test": "mocha"
126
126
  },
127
127
  "type": "module",
128
- "version": "6.0.2-develop.12"
128
+ "version": "6.0.2-develop.13"
129
129
  }