Skip to content

Commit 0fb30bd

Browse files
committed
Fix files property in package.json
lib folder was missing
1 parent 0681c8d commit 0fb30bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
},
4141
"files": [
4242
"bin",
43-
"index.js"
43+
"index.js",
44+
"lib"
4445
],
4546
"keywords": [
4647
"cli",

0 commit comments

Comments
 (0)