diff --git a/packages/core/package.json b/packages/core/package.json index 22f13de6..a257ca1f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -24,9 +24,11 @@ "./global": "./dist/index.global.js" }, "files": [ - "dist", - "types", - "utils" + "dist/*.cjs", + "dist/*.js", + "dist/*.map", + "dist/*.mjs", + "types/*.d.ts" ], "sideEffects": false, "license": "MIT", diff --git a/packages/react/package.json b/packages/react/package.json index 4cc4a34f..c0821a5d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -24,9 +24,11 @@ "./global": "./dist/index.global.js" }, "files": [ - "dist", - "types", - "utils" + "dist/*.cjs", + "dist/*.js", + "dist/*.map", + "dist/*.mjs", + "types/*.d.ts" ], "sideEffects": false, "license": "MIT", diff --git a/packages/stringify/package.json b/packages/stringify/package.json index f75f3730..98d6a7a6 100644 --- a/packages/stringify/package.json +++ b/packages/stringify/package.json @@ -17,8 +17,11 @@ "./global": "./dist/index.global.js" }, "files": [ - "dist", - "types" + "dist/*.cjs", + "dist/*.js", + "dist/*.map", + "dist/*.mjs", + "types/*.d.ts" ], "sideEffects": false, "license": "MIT",