diff --git a/package.json b/package.json index 7a46e88..9d85dd4 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,9 @@ "url": "https://victortruong.com" }, "main": "./build/index.js", + "files": [ + "build/" + ], "scripts": { "build": "yarn clean && babel ./src --out-dir ./build", "clean": "rm -rf ./build && mkdir ./build",