support-kurdistan 1.1.7 → 1.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.
- package/README.md +2 -2
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Luxury, minimal banner component to show solidarity with Kurdistan.
|
|
4
4
|
Works with **React, Next.js, and Vue**.
|
|
5
5
|
|
|
6
|
-

|
|
7
7
|
|
|
8
|
-

|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "support-kurdistan",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "Luxury banner component to support Kurdistan for React, Next.js and Vue",
|
|
5
5
|
"types": "./types/react.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -10,7 +10,10 @@
|
|
|
10
10
|
],
|
|
11
11
|
"exports": {
|
|
12
12
|
".": "./dist/index.js",
|
|
13
|
-
"./react":
|
|
13
|
+
"./react": {
|
|
14
|
+
"types": "./types/react.d.ts",
|
|
15
|
+
"default": "./dist/react/SupportKurdistan.js"
|
|
16
|
+
},
|
|
14
17
|
"./vue": "./dist/vue/SupportKurdistan.vue",
|
|
15
18
|
"./angular": {
|
|
16
19
|
"types": "./dist/angular/support-kurdistan.component.d.ts",
|