diff --git a/package.json b/package.json index 7ca46b87..79af1135 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,11 @@ "type": "module", "packageManager": "yarn@4.12.0", "main": "lib/index.js", + "files": [ + "lib/**", + "CHANGELOG.md", + "LICENSE" + ], "exports": { ".": "./lib/index.js", "./*": "./lib/*.js" @@ -58,7 +63,6 @@ ] }, "release": { - "publishDir": "lib", "conventionalCommits": true }, "dependencies": {