This commit is contained in:
lingdocs 2022-08-23 17:40:53 +04:00
parent c4c2f93a6d
commit 7893802787
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
import * as T from "../../types";
import {
capitalizeFirstLetter,
concatPsString, getLong, getShort, isVerbBlock,
concatPsString, getLong, getShort,
} from "../p-text-helpers";
import { negativeParticle } from "../../lib/grammar-units";
import * as grammarUnits from "../grammar-units";