From 8769571967a5bc33085f301071e559878b4b5f04 Mon Sep 17 00:00:00 2001 From: pony Date: Thu, 21 May 2020 14:29:29 +0200 Subject: [PATCH] v.1.2 . Changes by @j-f1 * switch to TypeScript * parse parts of speech and expand them * add a couple missing abbreviations * add support for matrices --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4125cda..a4f5986 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "websterParser", - "version": "1.1.1", + "version": "1.2.0", "description": "Parses the Webster Unabridged Dictionary from Project Guttenberg into a more usable format", "main": "index.js", "author": "Leo Koppelkamm",