react-simple-phone-input 1.0.0-beta → 1.0.1-beta

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 +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,2 +1,4 @@
1
- #react-simple-phone-input
1
+ Country Data Codes
2
+ ==========
3
+
2
4
  this is a under developing project. I will release this is package as soon as possible. Currently I am building this project. Currently it is also not useable.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-simple-phone-input",
3
- "version": "1.0.0-beta",
3
+ "version": "1.0.1-beta",
4
4
  "description": "A simple react phone input component with calling code dropdown🤷",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -35,4 +35,4 @@
35
35
  "tslib": "^2.4.1",
36
36
  "typescript": "^4.9.4"
37
37
  }
38
- }
38
+ }