Skip to content

Commit d612c5d

Browse files
committed
add files list so this package isn't a monster
1 parent b2e7ba0 commit d612c5d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@
2626
"tap": "^5.4.2"
2727
},
2828
"bin": "bin/cmd.js",
29-
"license": "MIT"
29+
"license": "MIT",
30+
"files": [
31+
"bin",
32+
"index.js"
33+
]
3034
}

0 commit comments

Comments
 (0)