Skip to content

Commit 4218f8e

Browse files
chore: jest path resolution fix
1 parent 499049d commit 4218f8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/react/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"main": "dist/index.umd.js",
99
"module": "dist/index.js",
1010
"types": "dist/index.d.ts",
11-
"files": ["package.json", "dist"],
11+
"files": [
12+
"package.json",
13+
"dist"
14+
],
1215
"sideEffects": false,
1316
"engines": {
1417
"node": ">=10"

0 commit comments

Comments
 (0)