diff --git a/package.json b/package.json index db17c21..26e64f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@navy.gif/commandparser", - "version": "1.4.1", + "version": "1.4.2", "description": "Parser meant to parse commands and their options for discord bots", "author": "Navy.gif", "license": "MIT", @@ -10,6 +10,9 @@ "main": "build/cjs/index.js", "module": "build/esm/index.js", "types": "./build/esm/index.d.ts", + "files": [ + "build/**/*" + ], "exports": { ".": { "import": "./build/esm/index.js",