Skip to content

Commit

Permalink
Merge pull request #108 from sandeepjain/master
Browse files Browse the repository at this point in the history
Support Indian mobile numbers starting with 6
  • Loading branch information
SecretBase committed Jun 14, 2018
2 parents 545ddc2 + 6815bbf commit 63663c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iso3166Data.js
Expand Up @@ -796,7 +796,7 @@ module.exports = [
alpha3: 'IND',
country_code: '91',
country_name: 'India',
mobile_begin_with: ['7', '8', '9'],
mobile_begin_with: ['6', '7', '8', '9'],
phone_number_lengths: [10]
},
// {alpha2: "IO", alpha3: "IOT", country_code: "246", country_name: "British Indian Ocean Territory", mobile_begin_with: [], phone_number_lengths: []},
Expand Down

0 comments on commit 63663c6

Please sign in to comment.