Skip to content

Commit

Permalink
fix: failed webpack builds #97
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Mar 13, 2023
1 parent 09e1021 commit 8111970
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
"module": "dist/fp-pro-react.esm.js",
"types": "dist/fp-pro-react.d.ts",
"exports": {
"import": "dist/fp-pro-react.esm.js"
".": {
"types": "./dist/fp-pro-react.d.ts",
"import": "./dist/fp-pro-react.esm.js",
"require": "./dist/fp-pro-react.cjs.js",
"node": "./dist/fp-pro-react.esm.js"
}
},
"keywords": [
"fraud",
Expand Down

0 comments on commit 8111970

Please sign in to comment.