rita 3.0.18 → 3.0.19

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 CHANGED
@@ -136,7 +136,7 @@ $ git clone https://github.com/dhowe/ritajs.git
136
136
  $ cd ritajs
137
137
  $ npm install
138
138
  $ npm run build
139
- $ npm run test
139
+ $ npm test
140
140
 
141
141
  ```
142
142
  If all goes well, you should see a list of successful tests and find the library built in 'dist'
package/dist/rita.cjs CHANGED
@@ -42622,7 +42622,7 @@ RiTa2.conjugator = new conjugator_default(RiTa2);
42622
42622
  RiTa2.SILENT = false;
42623
42623
  RiTa2.SILENCE_LTS = false;
42624
42624
  RiTa2.PHONES = ["aa", "ae", "ah", "ao", "aw", "ay", "b", "ch", "d", "dh", "eh", "er", "ey", "f", "g", "hh", "ih", "iy", "jh", "k", "l", "m", "n", "ng", "ow", "oy", "p", "r", "s", "sh", "t", "th", "uh", "uw", "v", "w", "y", "z", "zh"];
42625
- RiTa2.VERSION = "3.0.18";
42625
+ RiTa2.VERSION = "3.0.19";
42626
42626
  RiTa2.HAS_LEXICON = typeof __NOLEX__ === "undefined";
42627
42627
  RiTa2.FIRST = 1;
42628
42628
  RiTa2.SECOND = 2;