Skip to content

Commit

Permalink
fix(react-formio): add exports in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LorianeE authored and Romakita committed Jul 3, 2024
1 parent e4996d7 commit c2cc721
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react-formio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Provide a react formio wrapper. Written in TypeScript.",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"exports": {
"import": "dist/index.modern.js",
"require": "dist/index.js"
},
"source": "src/index.ts",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit c2cc721

Please sign in to comment.