Skip to content

Commit 74f4e72

Browse files
author
David Joy
committed
fix: correct paths to i18n transifex-utils and Makefile
1 parent 324e451 commit 74f4e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"test": "fedx-scripts jest --coverage"
1717
},
1818
"bin": {
19-
"transifex-utils.js": "src/i18n/scripts/transifex-utils.js",
20-
"transifex-Makefile": "src/i18n/scripts/Makefile"
19+
"transifex-utils.js": "i18n/scripts/transifex-utils.js",
20+
"transifex-Makefile": "i18n/scripts/Makefile"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)