diff --git a/package.json b/package.json index 005c799..6606226 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/lib/p-text-helpers.ts b/src/lib/p-text-helpers.ts index 8f114e6..b6ee5c5 100644 --- a/src/lib/p-text-helpers.ts +++ b/src/lib/p-text-helpers.ts @@ -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";