diff --git a/package.json b/package.json index a667005..6af7c50 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "bin": { "lcui": "bin/lcui.js" }, + "files": [ + "lib" + ], "types": "./lib/types.d.ts", "scripts": { "test": "nyc mocha",