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