Skip to content

Commit 6f351a9

Browse files
travijulekirkDouJohn
committed
fix: limit files included in the package to only source files
Co-authored-by: Julie Van Kirk <[email protected]> Co-authored-by: Douglas Johnson <[email protected]>
1 parent d877571 commit 6f351a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
"."
5858
]
5959
},
60+
"files": [
61+
"index.js",
62+
"lib/"
63+
],
6064
"publishConfig": {
6165
"access": "public",
6266
"provenance": true

0 commit comments

Comments
 (0)