diff --git a/packages/class-variance-authority/package.json b/packages/class-variance-authority/package.json index 29a1477..c4db66f 100644 --- a/packages/class-variance-authority/package.json +++ b/packages/class-variance-authority/package.json @@ -29,6 +29,7 @@ "types": "./dist/index.d.ts", "files": [ "dist/*.mjs", + "dist/*.mjs.map", "dist/*.js", "dist/*.js.map", "dist/*.d.ts" diff --git a/packages/cva/package.json b/packages/cva/package.json index c7f65eb..a9597d2 100644 --- a/packages/cva/package.json +++ b/packages/cva/package.json @@ -29,6 +29,7 @@ "types": "./dist/index.d.ts", "files": [ "dist/*.mjs", + "dist/*.mjs.map", "dist/*.js", "dist/*.js.map", "dist/*.d.ts"