add-to-calendar-button 2.3.2 → 2.3.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "add-to-calendar-button",
3
- "version": "2.3.2",
3
+ "version": "2.3.4",
4
4
  "engines": {
5
5
  "node": ">=16.18.1",
6
6
  "npm": ">=8.19.2"
@@ -1,6 +1,5 @@
1
1
  /* eslint-disable no-undef */
2
2
 
3
- // simple import of the atcb JS (base and commonJS version), to ensure it can load in Node
3
+ // simple import of the atcb JS, to ensure it can load in Node
4
4
  // it shall not run on the server, but also should not block it!
5
- require('../dist/atcb.js');
6
5
  require('../dist/commonjs/index.js');