diff --git a/README.md b/README.md index 9ab2b46..dfb0e5f 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ yarn start ## Building +⚠ Don't use `yarn build`. Use one of the commands below: ⚠ + ### Website To build the [Pashto Verb Explorer](https://verbs.lingdocs.com) website: diff --git a/package.json b/package.json index 17297fc..c27345c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "0.1.9", + "version": "0.2.0", "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/verb-conjugation.ts b/src/lib/verb-conjugation.ts index a81cd13..63660cd 100644 --- a/src/lib/verb-conjugation.ts +++ b/src/lib/verb-conjugation.ts @@ -338,9 +338,6 @@ function makeParticipleContent(info: T.NonComboVerbInfo): T.ParticipleContent { const present = ("complement" in info && spaceInForm(info.root.imperfective)) ? concatInflections(info.complement, stativeAux[transitivity].participle.present as T.UnisexInflections) : inflectYey(noPersInfs(info.participle.present)); - if ("objComplement" in info) { - console.log(info.objComplement, past); - } return { present, // PAST PARTICIPLE inflected past, // PRESENT PARTICIPLE inflected