diff --git a/package.json b/package.json index fa94985..6dc1de1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "1.5.3", + "version": "1.5.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", diff --git a/src/library.ts b/src/library.ts index 2a256d9..bb568e4 100644 --- a/src/library.ts +++ b/src/library.ts @@ -38,6 +38,7 @@ import { addEnglish, endsWith, hasBaParticle, + psRemove, } from "./lib/p-text-helpers"; import { getEnglishWord, @@ -141,6 +142,7 @@ export { splitUpSyllables, countSyllables, hasBaParticle, + psRemove, // protobuf helpers readDictionary, writeDictionary,