We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6500d commit fb7269bCopy full SHA for fb7269b
package.json
@@ -1,7 +1,13 @@
1
{
2
"name": "@rolandpeelen/rewatch",
3
- "version": "0.0.8",
+ "version": "0.0.9",
4
"license": "BSD-3-Clause",
5
+ "bin": {
6
+ "rewatch": "rewatch"
7
+ },
8
+ "scripts": {
9
+ "postinstall": "node postinstall.js"
10
11
"files": [
12
"/postinstall.js",
13
"/rewatch",
0 commit comments