This commit is contained in:
lingdocs 2022-07-01 21:01:29 -05:00
parent fb374e60f8
commit 2a090751c2
2 changed files with 2 additions and 2 deletions

View File

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

@ -1,4 +1,4 @@
import { getLength, getLong, getShort } from "../lib/p-text-helpers";
import { getLength, getLong } from "../lib/p-text-helpers";
import * as T from "../types";
import Examples from "./Examples";