twl-generator 1.0.1 → 1.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twl-generator",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
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": {
@@ -57,4 +57,4 @@
57
57
  "optional": true
58
58
  }
59
59
  }
60
- }
60
+ }
@@ -1,6 +1,3 @@
1
- import fs from 'fs';
2
- import path from 'path';
3
-
4
1
  /**
5
2
  * Generate morphological variants of a term
6
3
  */