From c590f04212a4ce1dac0c433987b6d87708851245 Mon Sep 17 00:00:00 2001 From: adueck Date: Thu, 6 Oct 2022 17:39:05 +0500 Subject: [PATCH] oops --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e61f940..8045e5d 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@lingdocs/pashto-inflector", - "version": "4.9.14", + "version": "4.9.15", "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", "license": "MIT", - "main": "dist-cjs/library.js", + "main": "dist/library.js", "module": "dist/library.js", "types": "dist/library.d.ts", "private": false,