@wuilmerj24/country-code 1.0.3 → 1.0.5
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/LICENSE +1 -1
- package/package.json +6 -7
- package/platforms/android/country_code.aar +0 -0
package/LICENSE
CHANGED
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
(except as stated in this section) patent license to make, have made,
|
|
77
77
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
78
|
where such license applies only to those patent claims licensable
|
|
79
|
-
by such
|
|
79
|
+
by such that are necessarily infringed by their
|
|
80
80
|
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
81
|
with the Work to which such Contribution(s) was submitted. If You
|
|
82
82
|
institute patent litigation against any entity (including a
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wuilmerj24/country-code",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.5",
|
|
4
|
+
"description": "A NativeScript plugin to display country codes with flags. Use it in a modal or generate a fully customizable list for your app. Perfect for phone number inputs, country selection, and internationalization.",
|
|
5
5
|
"main": "index",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"nativescript": {
|
|
@@ -23,13 +23,12 @@
|
|
|
23
23
|
],
|
|
24
24
|
"author": {
|
|
25
25
|
"name": "Wuilmer Medrano",
|
|
26
|
-
"email": "
|
|
26
|
+
"email": "wuilmermorgado24@gmail.com"
|
|
27
27
|
},
|
|
28
28
|
"bugs": {
|
|
29
29
|
"url": "https://github.com/wuilmerj24/nativescript-plugins/issues"
|
|
30
30
|
},
|
|
31
31
|
"license": "Apache-2.0",
|
|
32
|
-
"homepage": "https://github.com/wuilmerj24/nativescript-plugins",
|
|
33
|
-
"readmeFilename": "README.md"
|
|
34
|
-
|
|
35
|
-
}
|
|
32
|
+
"homepage": "https://github.com/wuilmerj24/nativescript-plugins.git",
|
|
33
|
+
"readmeFilename": "README.md"
|
|
34
|
+
}
|
|
Binary file
|