engram-popup 0.1.8 → 0.1.9

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "engram-popup",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "description": "A lightweight and dependency-free JavaScript library for creating popups and modals. Works via npm and CDN, and fits projects of any size — from simple landing pages to complex SPA applications.",
@@ -33,9 +33,9 @@
33
33
  "devDependencies": {
34
34
  "vite": "^7.2.4"
35
35
  },
36
- "homepage": "",
36
+ "homepage": "https://github.com/psih2131/Engram-Popup-Library.git",
37
37
  "repository": {
38
38
  "type": "git",
39
- "url": "https://github.com/psih2131/engram-popup.git"
39
+ "url": "https://github.com/psih2131/Engram-Popup-Library.git"
40
40
  }
41
- }
41
+ }