diff --git a/common/translations-cli/helpers.js b/common/translations-cli/helpers.js index 53f61cb53..b153eb6f9 100644 --- a/common/translations-cli/helpers.js +++ b/common/translations-cli/helpers.js @@ -2,7 +2,7 @@ const path = require('path'); const fs = require('fs'); const { defaultLanguage } = require('./constants'); -const sortJsonKeysAlphabetically = require('../sortJsonKeysAlphabetically'); +const sortJsonKeysAlphabetically = require('./sortJsonKeysAlphabetically'); /** * @param {string} file diff --git a/common/sortJsonKeysAlphabetically.js b/common/translations-cli/sortJsonKeysAlphabetically.js similarity index 100% rename from common/sortJsonKeysAlphabetically.js rename to common/translations-cli/sortJsonKeysAlphabetically.js