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