@kununu/phraseapp-cli 1.5.0-beta.1 → 1.5.0-beta.2

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.
Files changed (2) hide show
  1. package/index.js +1 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -96,9 +96,7 @@ async function loadLocale (phrase) {
96
96
  JSON.stringify(Object.assign(file, JSON.parse(body)), null, '\t'),
97
97
  );
98
98
  console.info(
99
- `Success: locale file [${locale.locale_id}.json]${
100
- tag ? ` for tag ${tag} ` : ' '
101
- }was updated`.green.bold,
99
+ `Success: locale file [${locale.locale_id}.json] was updated`.green.bold,
102
100
  );
103
101
  resolve();
104
102
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kununu/phraseapp-cli",
3
- "version": "1.5.0-beta.1",
3
+ "version": "1.5.0-beta.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {