hebrew-transliteration 2.0.1 → 2.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -653,6 +653,6 @@ declare module 'hebrew-transliteration/transliterate' {
653
653
 
654
654
  }
655
655
  declare module 'hebrew-transliteration' {
656
- import main = require('hebrew-transliteration/src/index');
656
+ import main = require('hebrew-transliteration/index');
657
657
  export = main;
658
658
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hebrew-transliteration",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "a package for transliterating Hebrew according to SBL guidelines",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",