twl-generator 1.2.13 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
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'; // Book code (optional if USFM contains book info)
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.13",
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": {