Skip to content

Commit 40987ff

Browse files
Fix the China phone mask (GH-87)
2 parents ee37dcb + bad186d commit 40987ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.15",
2+
"version": "0.1.16",
33
"name": "react-phone-hooks",
44
"description": "React hooks and utility functions for parsing and validating phone numbers.",
55
"keywords": [

src/metadata/countries.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@
693693
"cn",
694694
"China",
695695
"86",
696-
"+86 (..) ..... ....."
696+
"+86 (...) .... ....."
697697
],
698698
[
699699
"co",

0 commit comments

Comments
 (0)