more
This commit is contained in:
parent
12e7cdf73f
commit
6b2d6b5804
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue