react-simple-phone-input 5.0.2 → 5.0.6
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 +3 -3
package/README.md
CHANGED
|
@@ -315,8 +315,8 @@ If you face any issues, missing data or wrong data about country, you are welcom
|
|
|
315
315
|
- Author - [Siam Ahnaf](https://www.siamahnaf.com/)
|
|
316
316
|
- Website - [https://www.siamahnaf.com/](https://www.siamahnaf.com/)
|
|
317
317
|
- Twitter - [https://twitter.com/siamahnaf198](https://twitter.com/siamahnaf198)
|
|
318
|
-
- Github - [https://github.com/
|
|
318
|
+
- Github - [https://github.com/siamahnaf](https://github.com/siamahnaf)
|
|
319
319
|
|
|
320
320
|
## License
|
|
321
321
|
|
|
322
|
-
[](LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-simple-phone-input",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.6",
|
|
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",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
],
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|
|
40
|
-
"directory": "https://github.com/
|
|
41
|
-
"url": "https://github.com/
|
|
40
|
+
"directory": "https://github.com/siamahnaf/react-simple-phone-input",
|
|
41
|
+
"url": "https://github.com/siamahnaf/react-simple-phone-input"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@rollup/plugin-commonjs": "^23.0.4",
|