more exposure
This commit is contained in:
parent
9329692de1
commit
28ce6fd214
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"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",
|
||||
|
|
|
@ -57,6 +57,9 @@ import {
|
|||
} from "./lib/pashto-consonants";
|
||||
import {
|
||||
isNounAdjOrVerb,
|
||||
getEnglishPersonInfo,
|
||||
getPersonFromVerbForm,
|
||||
getPersonNumber,
|
||||
} from "./lib/misc-helpers";
|
||||
import {
|
||||
simplifyPhonetics,
|
||||
|
@ -90,6 +93,9 @@ export {
|
|||
addDiacritics,
|
||||
translatePhonetics,
|
||||
searchConjugation,
|
||||
getEnglishPersonInfo,
|
||||
getPersonFromVerbForm,
|
||||
getPersonNumber,
|
||||
// protobuf helpers
|
||||
readDictionary,
|
||||
writeDictionary,
|
||||
|
|
Loading…
Reference in New Issue