From 63eaa80d3a9bcf86e3bf3b649f8e4d690d52e963 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Thu, 13 Apr 2023 20:19:07 +0300 Subject: [PATCH] v1.3.0 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 463282f..8718815 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,11 @@ { "name": "commandparser", - "version": "1.2.0", + "version": "1.3.0", "description": "Parser meant to parse commands and their options for discord bots", "author": "Navy.gif", "license": "MIT", "private": false, "repository": "", - "type": "module", "main": "build/cjs/index.js", "module": "build/esm/index.js", @@ -36,4 +35,4 @@ "release": "tsc && yarn publish", "lint": "eslint --fix" } -} \ No newline at end of file +}