From 80142f73442548a163c4c85ed4e9698ea6303ef7 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 30 Aug 2021 20:28:44 +0300 Subject: [PATCH] Move regions.json to data/ --- scripts/{helpers => data}/regions.json | 0 scripts/helpers/utils.js | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename scripts/{helpers => data}/regions.json (100%) diff --git a/scripts/helpers/regions.json b/scripts/data/regions.json similarity index 100% rename from scripts/helpers/regions.json rename to scripts/data/regions.json diff --git a/scripts/helpers/utils.js b/scripts/helpers/utils.js index 3866ae4cae..277bae92f4 100644 --- a/scripts/helpers/utils.js +++ b/scripts/helpers/utils.js @@ -1,7 +1,7 @@ const transliteration = require('transliteration') const iso6393 = require('@freearhey/iso-639-3') -const categories = require('./categories') -const regions = require('./regions') +const categories = require('../data/categories') +const regions = require('../data/regions') const utils = {} const intlDisplayNames = new Intl.DisplayNames(['en'], {