Skip to content

Commit a2aac6f

Browse files
committed
fix: update package.json to specify lib directory
1 parent bd4cbf9 commit a2aac6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)