diff --git a/package.json b/package.json index 56d15bc..320491e 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,9 @@ "prepublishOnly": "tsc", "build": "tsc" }, + "files": [ + "dist" + ], "publishConfig": { "registry": "https://registry.npmjs.org/" },