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", "name": "@lingdocs/pashto-inflector",
"version": "2.6.4", "version": "2.6.5",
"author": "lingdocs.com", "author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com", "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 genderColors from "./lib/gender-colors";
import * as Types from "./types"; import * as Types from "./types";
import * as typePredicates from "./lib/type-predicates"; import * as typePredicates from "./lib/type-predicates";
import APPicker from "./components/ap-picker/APPicker";
export { export {
// FUNCTIONS // FUNCTIONS
@ -245,6 +246,7 @@ export {
Hider, Hider,
EntrySelect, EntrySelect,
NPPicker, NPPicker,
APPicker,
// OTHER // OTHER
typePredicates, typePredicates,
grammarUnits, grammarUnits,