This commit is contained in:
lingdocs 2021-10-22 22:54:44 -04:00
parent 67172992eb
commit f6826f2289
2 changed files with 2 additions and 5 deletions

View File

@ -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",

View File

@ -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"],
@ -646,4 +643,4 @@ export const persons = [
label: { subject: "They (f. pl.)", object: "them (f. pl.)" }, label: { subject: "They (f. pl.)", object: "them (f. pl.)" },
person: 11, person: 11,
}, },
]; ];