diff --git a/package.json b/package.json index b584cf2b..6470f45a 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,9 @@ "unpkg": "dist/index.min.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", + "files": [ + "dist/*" + ], "scripts": { "docs": "typedoc", "format": "prettier *.json *.js src/* e2e/* examples/* --write",