@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.
Files changed (2) hide show
  1. package/README.md +5 -9
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,19 +1,15 @@
1
- <a href="https://www.npmjs.com/package/@wuilmerj24/country-code">
2
- <img src="https://img.shields.io/npm/dt/@wuilmerj24/country-code.svg?label=npm%20downloads" alt="npm">
3
- </a>
1
+ [![npm version](https://img.shields.io/npm/v/@wuilmerj24/country-code.svg?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@wuilmerj24/country-code)
2
+ [![npm downloads](https://img.shields.io/npm/dm/@wuilmerj24/country-code.svg?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@wuilmerj24/country-code)
3
+ [![NativeScript compatibility](https://img.shields.io/badge/NativeScript-6%2B-blue.svg?style=for-the-badge&logo=nativescript)](https://nativescript.org)
4
+ [![Android Support](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white&labelColor=388E3C)](https://developer.android.com)
5
+ [![iOS Support](https://img.shields.io/badge/iOS-000000?style=for-the-badge&logo=apple&logoColor=white&labelColor=111111)](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.6",
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/wuilmerj24/nativescript-plugins.git"
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": "Wuilmer Medrano",
26
- "email": "wilmermorgado24@gmail.com"
25
+ "name": "NativeScript",
26
+ "email": "oss@nativescript.org"
27
27
  },
28
28
  "bugs": {
29
- "url": "https://github.com/wuilmerj24/nativescript-plugins/issues"
29
+ "url": "https://github.com/NativeScript/plugins/issues"
30
30
  },
31
31
  "license": "Apache-2.0",
32
- "homepage": "https://github.com/wuilmerj24/nativescript-plugins",
32
+ "homepage": "https://github.com/NativeScript/plugins",
33
33
  "readmeFilename": "README.md",
34
34
  "bootstrapper": "@nativescript/plugin-seed"
35
35
  }