This commit is contained in:
lingdocs 2021-11-01 18:00:47 -04:00
parent 4d4135abc9
commit f0ea6ee5e3
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "1.3.8",
"version": "1.3.9",
"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

@ -15,7 +15,10 @@ import {
getPersonInflectionsKey,
} from "./misc-helpers";
import * as T from "../types";
import { accentFSylsOnNFromEnd, accentOnFront, hasAccents, removeAccents, splitUpSyllables } from "./accent-helpers";
import {
hasAccents,
removeAccents,
} from "./accent-helpers";
import { phoneticsConsonants } from "./pashto-consonants";
import { simplifyPhonetics } from "./simplify-phonetics";