Skip to content

Commit

Permalink
Merge pull request #53 from add2cal/dev
Browse files Browse the repository at this point in the history
fixing the fix
  • Loading branch information
jekuer authored Sep 18, 2023
2 parents fb4f508 + 7448b80 commit c7fcb79
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Add to Calendar Button React Wrapper](https://github.com/add2cal/add-to-calendar-button-react/blob/main/assets/readme-header.png?raw=true)

![Version](https://img.shields.io/npm/v/add-to-calendar-button-react?style=for-the-badge&label=Version)
[![Parent Script Version](https://img.shields.io/badge/Parent%20Script%20Version-v2.4.1-blue?style=for-the-badge)](https://github.com/add2cal/add-to-calendar-button)
[![Parent Script Version](https://img.shields.io/badge/Parent%20Script%20Version-v2.4.3-blue?style=for-the-badge)](https://github.com/add2cal/add-to-calendar-button)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/add-to-calendar-button-react?style=for-the-badge)](https://www.npmjs.com/package/add-to-calendar-button-react)
[![npm Installations](https://img.shields.io/npm/dt/add-to-calendar-button-react?label=npm%20Installations&style=for-the-badge)](https://www.npmjs.com/package/add-to-calendar-button-react)

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "add-to-calendar-button-react",
"version": "2.4.2",
"version": "2.4.3",
"engines": {
"node": ">=16.18.1",
"npm": ">=8.19.2"
Expand Down Expand Up @@ -92,6 +92,6 @@
"react-dom": ">=18.0.0"
},
"dependencies": {
"add-to-calendar-button": "^2.4.2"
"add-to-calendar-button": "^2.4.3"
}
}

0 comments on commit c7fcb79

Please sign in to comment.