Skip to content

Commit a2a6997

Browse files
committed
fix: update files field in package.json to specify lib directory
1 parent 5b8a433 commit a2a6997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"module": "lib/index.js",
2323
"types": "lib/index.d.ts",
2424
"files": [
25-
"lib/**/*",
25+
"lib/",
2626
"README.md",
2727
"LICENSE"
2828
],

0 commit comments

Comments
 (0)