diff --git a/package.json b/package.json index 7960c4f..535efb1 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,12 @@ "version": "0.0.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", + "files": [ + "dist", + "cli", + "README.md", + "LICENSE" + ], "bin": { "next-modular": "./cli/index.mjs" },