Upgrade country-coder to scoped package @ideditor/country-coder

This commit is contained in:
Bryan Housel
2019-12-02 13:51:04 -05:00
parent 80a4cec8dd
commit 16ff2b1373
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { t } from '../util/locale';
import { matcher, brands } from 'name-suggestion-index';
import * as countryCoder from 'country-coder';
import * as countryCoder from '@ideditor/country-coder';
import { actionChangePreset } from '../actions/change_preset';
import { actionChangeTags } from '../actions/change_tags';