@bigbinary/neeto-commons-frontend 2.0.84 → 2.0.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/initializers.cjs.js +1 -1
- package/initializers.cjs.js.map +1 -1
- package/initializers.js +1 -1
- package/initializers.js.map +1 -1
- package/package.json +1 -1
- package/react-utils.cjs.js +1 -1
- package/react-utils.cjs.js.map +1 -1
- package/react-utils.js +1 -1
- package/react-utils.js.map +1 -1
package/initializers.cjs.js
CHANGED
|
@@ -2233,7 +2233,7 @@ var commonsEn = {
|
|
|
2233
2233
|
neetoCommons: neetoCommons
|
|
2234
2234
|
};
|
|
2235
2235
|
|
|
2236
|
-
var packageNames = ["neeto-molecules", "neeto-team-members-frontend"];
|
|
2236
|
+
var packageNames = ["neeto-molecules", "neeto-team-members-frontend", "neeto-tags-frontend"];
|
|
2237
2237
|
var getPackageTranslations = function getPackageTranslations(language, packageNames) {
|
|
2238
2238
|
var loadTranslations = ramda.curry(function (language, packageName) {
|
|
2239
2239
|
try {
|