From f6826f2289ed68ae50bbfe013952ee931c6dd900 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Fri, 22 Oct 2021 22:54:44 -0400 Subject: [PATCH] p --- package.json | 2 +- src/lib/grammar-units.ts | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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 +];