@l10nmonster/cli 1.0.2 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@l10nmonster/cli",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.4",
|
4
4
|
"description": "Continuous localization for the rest of us",
|
5
5
|
"bin": {
|
6
6
|
"l10n": "l10n.cjs"
|
@@ -36,11 +36,11 @@
|
|
36
36
|
"node": ">=18"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@l10nmonster/core": "^1",
|
40
39
|
"commander": "^12",
|
41
40
|
"winston": "^3.7.2"
|
42
41
|
},
|
43
42
|
"peerDependencies": {
|
43
|
+
"@l10nmonster/core": "^1.0.5",
|
44
44
|
"@l10nmonster/helpers": "^1"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|