Skip to content

Commit fb7269b

Browse files
author
Roland Peelen
committed
💚 - Run postinstall, define binary
1 parent 4c6500d commit fb7269b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "@rolandpeelen/rewatch",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"license": "BSD-3-Clause",
5+
"bin": {
6+
"rewatch": "rewatch"
7+
},
8+
"scripts": {
9+
"postinstall": "node postinstall.js"
10+
},
511
"files": [
612
"/postinstall.js",
713
"/rewatch",

0 commit comments

Comments
 (0)