This commit is contained in:
lingdocs 2022-05-26 15:13:59 -05:00
parent 12e7cdf73f
commit 6b2d6b5804
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "2.6.4",
"version": "2.6.5",
"author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com",

View File

@ -154,6 +154,7 @@ import * as grammarUnits from "./lib/grammar-units";
import genderColors from "./lib/gender-colors";
import * as Types from "./types";
import * as typePredicates from "./lib/type-predicates";
import APPicker from "./components/ap-picker/APPicker";
export {
// FUNCTIONS
@ -245,6 +246,7 @@ export {
Hider,
EntrySelect,
NPPicker,
APPicker,
// OTHER
typePredicates,
grammarUnits,