oops
This commit is contained in:
parent
fcfbf77872
commit
244747958e
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue