Skip to content

Commit

Permalink
💚 - Run postinstall, define binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Peelen committed Mar 17, 2023
1 parent 4c6500d commit fb7269b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "@rolandpeelen/rewatch",
"version": "0.0.8",
"version": "0.0.9",
"license": "BSD-3-Clause",
"bin": {
"rewatch": "rewatch"
},
"scripts": {
"postinstall": "node postinstall.js"
},
"files": [
"/postinstall.js",
"/rewatch",
Expand Down

0 comments on commit fb7269b

Please sign in to comment.