diff --git a/package.json b/package.json index 1970244..b7052a7 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,11 @@ "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", + "files": [ + "dist", + "README.md", + "LICENSE.md" + ], "scripts": { "build": "tsup", "dev": "npm run build -- --watch src",