diff --git a/package.json b/package.json index 95d36bc..dc0e585 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "private": false, "description": "", "main": "index.js", + "files": [ + "dist" +], "scripts": { "build": "npm run clean && npx ts-node index.ts", "clean": "rimraf sd-tokens dist",