react-cookie-consent-popup 1.0.1 → 1.0.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 +9 -1
package/package.json
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-cookie-consent-popup",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A React cookie consent popup component with centered modal dialog, service management, script loading, and light/dark theme support",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/Mas-HJ/react-cookie-consent-popup.git"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/Mas-HJ/react-cookie-consent-popup#readme",
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/Mas-HJ/react-cookie-consent-popup/issues"
|
|
12
|
+
},
|
|
5
13
|
"main": "./dist/index.js",
|
|
6
14
|
"types": "./dist/index.d.ts",
|
|
7
15
|
"files": [
|