This commit is contained in:
parent
67172992eb
commit
f6826f2289
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "1.3.1",
|
"version": "1.3.2",
|
||||||
"author": "lingdocs.com",
|
"author": "lingdocs.com",
|
||||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||||
"homepage": "https://verbs.lingdocs.com",
|
"homepage": "https://verbs.lingdocs.com",
|
||||||
|
|
|
@ -155,9 +155,6 @@ export const englishEquative: {
|
||||||
future: string,
|
future: string,
|
||||||
wouldBe: string,
|
wouldBe: string,
|
||||||
pastSubjunctive: string,
|
pastSubjunctive: string,
|
||||||
// present: T.VerbBlock,
|
|
||||||
// subjunctive: T.VerbBlock,
|
|
||||||
// hypothetical: T.VerbBlock,
|
|
||||||
} = {
|
} = {
|
||||||
past: [
|
past: [
|
||||||
["was", "were"],
|
["was", "were"],
|
||||||
|
|
Loading…
Reference in New Issue