mui-tel-input 1.4.1 → 2.0.0

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "mui-tel-input",
3
- "description": "A phone number input designed for the React library MUI",
3
+ "description": "A phone number input designed for the React library MUI built with libphonenumber-js",
4
4
  "author": "Victor de la Fouchardiere <victor.delafouchardiere@gmail.com> (https://github.com/viclafouch)",
5
5
  "license": "MIT",
6
6
  "bugs": {
7
7
  "url": "https://github.com/viclafouch/mui-tel-input/issues"
8
8
  },
9
- "homepage": "https://github.com/viclafouch/mui-tel-input",
10
- "version": "1.4.1",
9
+ "homepage": "https://viclafouch.github.io/mui-tel-input",
10
+ "version": "2.0.0",
11
11
  "files": [
12
12
  "dist"
13
13
  ],