Skip to content

Commit

Permalink
add 12 number digit for Indonesian mobile phone
Browse files Browse the repository at this point in the history
  • Loading branch information
rbudiharso committed Mar 29, 2017
1 parent a2fc3d1 commit 4de518d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ var iso3166_data = [
country_code: "62",
country_name: "Indonesia",
mobile_begin_with: ["8"],
phone_number_lengths: [9, 10, 11]
phone_number_lengths: [9, 10, 11, 12]
},
//{alpha2: "IM", alpha3: "IMN", country_code: "44", country_name: "Isle of Man", mobile_begin_with: [], phone_number_lengths: []},
{
Expand Down

0 comments on commit 4de518d

Please sign in to comment.