Skip to content

Commit

Permalink
Whitelist package files for NPM (#433)
Browse files Browse the repository at this point in the history
Closes #432
  • Loading branch information
ahkhanjani authored Nov 16, 2024
1 parent fda2233 commit 479c3cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/react-resizable-panels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"source": "src/index.ts",
"main": "dist/react-resizable-panels.cjs.js",
"module": "dist/react-resizable-panels.esm.js",
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"exports": {
".": {
"types": {
Expand Down

0 comments on commit 479c3cb

Please sign in to comment.