Skip to content

Commit

Permalink
Expose src/ in package.json exports (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalters512 authored Nov 19, 2024
1 parent c7d8f2e commit 0cac711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"import": "./dist/esm/plugins/*",
"require": "./dist/cjs/plugins/*"
},
"./src/*": "./src/*",
"./dist/*": "./dist/*",
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 0cac711

Please sign in to comment.