We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ea0c5 commit 63f9119Copy full SHA for 63f9119
package.json
@@ -1,15 +1,15 @@
1
{
2
"name": "matrix-web-i18n",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"description": "Internationalisation utils for Matrix web projects",
5
"keywords": [
6
"i18n"
7
],
8
"license": "Apache-2.0",
9
"bin": {
10
- "gen-i18n": "scripts/gen-i18n.js",
11
- "prune-i18n": "scripts/prune-i18n.js",
12
- "compare-i18n-files": "scripts/compare-file.js"
+ "matrix-gen-i18n": "scripts/gen-i18n.js",
+ "matrix-prune-i18n": "scripts/prune-i18n.js",
+ "matrix-compare-i18n-files": "scripts/compare-file.js"
13
},
14
"repository": {
15
"type": "git",
0 commit comments