mukeshsoni / country-telephone-data

Data related to a country's telephone dial code and number formatting
41 stars 38 forks source link

Add missing priorities #10

Open eemeli opened 5 years ago

eemeli commented 5 years ago

After the update to 0.6.0, my tests started failing due to this:

import { allCountryCodes } from 'country-telephone-data'
allCountryCodes['1']
// [ 'um', 'ca', 'do', 'pr' ]

The country codes added in PR #9 did not include priorities, which are added here.

mukeshsoni commented 3 years ago

@eemeli There are some conflicts. Can you resolve them please?

eemeli commented 3 years ago

Sorry, not going to be able to do that anytime soon. Your commit 296922d reformatted everything, so it isn't possible to apply any earlier PRs without manually recreating them from scratch.