diff --git a/package.json b/package.json index f9e2e3c..fba8443 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "1.3.1", + "version": "1.3.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", diff --git a/src/lib/grammar-units.ts b/src/lib/grammar-units.ts index f1bf6e0..ace5a8c 100644 --- a/src/lib/grammar-units.ts +++ b/src/lib/grammar-units.ts @@ -155,9 +155,6 @@ export const englishEquative: { future: string, wouldBe: string, pastSubjunctive: string, - // present: T.VerbBlock, - // subjunctive: T.VerbBlock, - // hypothetical: T.VerbBlock, } = { past: [ ["was", "were"], @@ -646,4 +643,4 @@ export const persons = [ label: { subject: "They (f. pl.)", object: "them (f. pl.)" }, person: 11, }, -]; \ No newline at end of file +];