Skip to content

Commit 996df45

Browse files
committed
fix: provide a bin
1 parent c2b840c commit 996df45

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modbot.js

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
'use strict'
23
require('@iarna/cli')(main)
34
// These are yargs config for what goes on the commandline.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@iarna/modbot",
33
"version": "1.0.1",
4+
"bin": "modbot.js",
45
"server": "modbot.js",
56
"dependencies": {
67
"@iarna/cli": "^2.0.2",

0 commit comments

Comments
 (0)