Skip to content

Commit

Permalink
chore: jest path resolution fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzy-mankowski committed Dec 17, 2024
1 parent 499049d commit 4218f8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"main": "dist/index.umd.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["package.json", "dist"],
"files": [
"package.json",
"dist"
],
"sideEffects": false,
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 4218f8e

Please sign in to comment.