Skip to content

Commit 67828cf

Browse files
committed
Correct bin includes in package.json
1 parent 83bd63a commit 67828cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"scripts": {
77
"tmk": "./bin/tmk"
88
},
9+
"bin": {
10+
"tmk": "./bin/tmk"
11+
},
12+
"files": [
13+
"bin"
14+
],
915
"repository": {
1016
"type": "git",
1117
"url": "git+https://github.com/teedmaker/cli.git"

0 commit comments

Comments
 (0)