diff --git a/package.json b/package.json index 7fda4ee..954a6c8 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "version": "0.0.0", "type": "module", "publishConfig": { "access": "public" }, + "files": [ + "*" + ], "scripts": { "test": "jest --passWithNoTests", "lint": "eslint \"./packages/**/*.{ts,tsx}\" && stylelint --allow-empty-input \"./packages/**/*.{css,pcss,scss}\" && echo \"lint success\"",