twl-generator 1.2.12 → 1.2.14
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.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -69,7 +69,7 @@ const usfmContent = `
|
|
|
69
69
|
\\v 1 In the beginning...
|
|
70
70
|
`;
|
|
71
71
|
|
|
72
|
-
const book = 'mat';
|
|
72
|
+
const book = 'mat';
|
|
73
73
|
|
|
74
74
|
const tsv = await generateTWLWithUsfm(book, usfmContent);
|
|
75
75
|
// tsv is a string in TSV format, ready to save or process
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "twl-generator",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.14",
|
|
4
4
|
"description": "Generate term-to-article lists from unfoldingWord en_tw archive for Bible books. Works in both Node.js (CLI) and React.js (browser) environments.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"unfoldingword",
|
|
23
23
|
"translation-words"
|
|
24
24
|
],
|
|
25
|
-
"author": "
|
|
25
|
+
"author": "Richard Mahn <rich.mahn@unfoldingword.org>",
|
|
26
26
|
"license": "MIT",
|
|
27
|
-
"homepage": "https://github.com/
|
|
27
|
+
"homepage": "https://github.com/unfoldingWord/node-twl-generator#readme",
|
|
28
28
|
"repository": {
|
|
29
29
|
"type": "git",
|
|
30
|
-
"url": "git+https://github.com/
|
|
30
|
+
"url": "git+https://github.com/unfoldingWord/node-twl-generator.git"
|
|
31
31
|
},
|
|
32
32
|
"bugs": {
|
|
33
|
-
"url": "https://github.com/
|
|
33
|
+
"url": "https://github.com/unfoldingWord/node-twl-generator/issues"
|
|
34
34
|
},
|
|
35
35
|
"files": [
|
|
36
36
|
"src/cli.js",
|