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 +}