Skip to content

Commit 479c3cb

Browse files
authored
Whitelist package files for NPM (#433)
Closes #432
1 parent fda2233 commit 479c3cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/react-resizable-panels/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"source": "src/index.ts",
1212
"main": "dist/react-resizable-panels.cjs.js",
1313
"module": "dist/react-resizable-panels.esm.js",
14+
"files": [
15+
"dist",
16+
"package.json",
17+
"README.md",
18+
"LICENSE"
19+
],
1420
"exports": {
1521
".": {
1622
"types": {

0 commit comments

Comments
 (0)