react-simple-phone-input 5.0.0 → 5.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.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,8 @@ A simple and customizable react phone number dropdown component. It can mix up w
12
12
  - Customizable
13
13
  - Multi Design
14
14
  - Search Country
15
- - Smallest Bundle Size
15
+ - Smallest Bundle Size (About 98kb)
16
+ - Typescript support
16
17
 
17
18
  ## Installation
18
19
 
@@ -20,7 +21,7 @@ A simple and customizable react phone number dropdown component. It can mix up w
20
21
  $ npm i react-simple-phone-input --save
21
22
  ```
22
23
 
23
- ## Installation
24
+ ## Usage
24
25
 
25
26
  ```jsx
26
27
  import { PhoneInput, PhoneInputResponseType } from "react-simple-phone-input";
@@ -300,7 +301,7 @@ import "react-simple-phone-input/dist/style.css";
300
301
  </tr>
301
302
  </table>
302
303
 
303
- `note:` version 5 released today. see the [changelogs](https://github.com/siamahnaf198/react-simple-phone-input/releases/tag/v5.0.0)
304
+ `note:` version 5 released. see the [changelogs](https://github.com/siamahnaf198/react-simple-phone-input/releases/tag/v5.0.0)
304
305
 
305
306
  ## Contributing
306
307
  - Code style changes not allowed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-simple-phone-input",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
4
4
  "description": "A simple react phone input component with calling code dropdown🤷",
5
5
  "homepage": "https://react-simple-phone-input.vercel.app",
6
6
  "main": "dist/cjs/index.js",