Skip to content

Commit 63f9119

Browse files
committed
Add matrix- prefix to expose binaries
1 parent 68ea0c5 commit 63f9119

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "matrix-web-i18n",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Internationalisation utils for Matrix web projects",
55
"keywords": [
66
"i18n"
77
],
88
"license": "Apache-2.0",
99
"bin": {
10-
"gen-i18n": "scripts/gen-i18n.js",
11-
"prune-i18n": "scripts/prune-i18n.js",
12-
"compare-i18n-files": "scripts/compare-file.js"
10+
"matrix-gen-i18n": "scripts/gen-i18n.js",
11+
"matrix-prune-i18n": "scripts/prune-i18n.js",
12+
"matrix-compare-i18n-files": "scripts/compare-file.js"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)