@wuilmerj24/country-code 1.0.6 → 1.0.8
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 +5 -9
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,19 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
[](https://www.npmjs.com/package/@wuilmerj24/country-code)
|
|
2
|
+
[](https://www.npmjs.com/package/@wuilmerj24/country-code)
|
|
3
|
+
[](https://nativescript.org)
|
|
4
|
+
[](https://developer.android.com)
|
|
5
|
+
[](https://developer.apple.com/ios/)
|
|
4
6
|
|
|
5
7
|
# @wuilmerj24/country-code
|
|
6
8
|
|
|
7
|
-
### Instalation
|
|
8
9
|
```javascript
|
|
9
10
|
npm install @wuilmerj24/country-code
|
|
10
11
|
```
|
|
11
12
|
|
|
12
|
-
|
|
13
|
-
## Usage
|
|
14
|
-
|
|
15
|
-
## API
|
|
16
|
-
|
|
17
13
|
## Methods
|
|
18
14
|
|
|
19
15
|
| Method | Description |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wuilmerj24/country-code",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
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",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
|
-
"url": "https://github.com/
|
|
15
|
+
"url": "https://github.com/NativeScript/plugins.git"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
18
|
"NativeScript",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"Android"
|
|
23
23
|
],
|
|
24
24
|
"author": {
|
|
25
|
-
"name": "
|
|
26
|
-
"email": "
|
|
25
|
+
"name": "NativeScript",
|
|
26
|
+
"email": "oss@nativescript.org"
|
|
27
27
|
},
|
|
28
28
|
"bugs": {
|
|
29
|
-
"url": "https://github.com/
|
|
29
|
+
"url": "https://github.com/NativeScript/plugins/issues"
|
|
30
30
|
},
|
|
31
31
|
"license": "Apache-2.0",
|
|
32
|
-
"homepage": "https://github.com/
|
|
32
|
+
"homepage": "https://github.com/NativeScript/plugins",
|
|
33
33
|
"readmeFilename": "README.md",
|
|
34
34
|
"bootstrapper": "@nativescript/plugin-seed"
|
|
35
35
|
}
|