From 244747958e0ec42bcdb8ed232f904710e61150a8 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Mon, 12 Sep 2022 19:15:19 +0400 Subject: [PATCH] oops --- package.json | 2 +- src/lib/{inflection-category.ts => inflection-pattern.ts} | 0 src/library.ts | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/lib/{inflection-category.ts => inflection-pattern.ts} (100%) diff --git a/package.json b/package.json index d79b950..a259026 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "3.9.2", + "version": "3.9.3", "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/inflection-category.ts b/src/lib/inflection-pattern.ts similarity index 100% rename from src/lib/inflection-category.ts rename to src/lib/inflection-pattern.ts diff --git a/src/library.ts b/src/library.ts index 7f3c30b..1a667d9 100644 --- a/src/library.ts +++ b/src/library.ts @@ -39,7 +39,7 @@ import Block, { NPBlock, APBlock } from "./components/blocks/Block"; import { roleIcon } from "./components/vp-explorer/VPExplorerExplanationModal"; import CompiledPTextDisplay from "./components/CompiledPTextDisplay"; import RenderedBlocksDisplay from "./components/RenderedBlocksDisplay"; -import { getInflectionPattern } from "./lib/inflection-category"; +import { getInflectionPattern } from "./lib/inflection-pattern"; import { makePsString, removeFVarients,