Skip to content

Commit

Permalink
Merge pull request #73 from rbudiharso/master
Browse files Browse the repository at this point in the history
add 12 number digit for Indonesian mobile phone
  • Loading branch information
adam0x01 authored Apr 27, 2017
2 parents 00f9dde + 4de518d commit d665487
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 @@ -785,7 +785,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 d665487

Please sign in to comment.