diff --git a/package.json b/package.json index 7f91270..65b13de 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Complete framework to facilitate music commands using discord.js", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", + "files": ["lib/"], "scripts": { "test": "yarn build && cd test && node index.js", "build": "tsc",