@khencahyo13/notifin-react 1.2.1 → 1.2.2
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khencahyo13/notifin-react",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Function-first alert dialog library for React, built on Radix Alert Dialog primitives with bundled styles and optional theme overrides.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/notifin.cjs",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"notification",
|
|
42
42
|
"tailwindcss"
|
|
43
43
|
],
|
|
44
|
-
"homepage": "https://
|
|
44
|
+
"homepage": "https://notifin-react.vercel.app/",
|
|
45
45
|
"repository": {
|
|
46
46
|
"type": "git",
|
|
47
|
-
"url": "git+https://github.com/KhenCahyo13/Notifin
|
|
47
|
+
"url": "git+https://github.com/KhenCahyo13/Notifin-React"
|
|
48
48
|
},
|
|
49
49
|
"bugs": {
|
|
50
|
-
"url": "https://github.com/KhenCahyo13/Notifin/issues"
|
|
50
|
+
"url": "https://github.com/KhenCahyo13/Notifin-React/issues"
|
|
51
51
|
},
|
|
52
52
|
"author": "",
|
|
53
53
|
"license": "ISC",
|