We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162c4de commit 92f432dCopy full SHA for 92f432d
bin/ghs.js
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env node
2
+
3
+require('../dist/index.js')
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "src/index.ts",
6
"bin": {
7
- "ghs": "dist/index.js"
+ "ghs": "bin/ghs.js"
8
},
9
"scripts": {
10
"test": "jest",
src/index.ts
@@ -1,5 +1,3 @@
-#!/usr/bin/env node
-
import arg from 'arg'
import chalk from 'chalk'
import { range } from './lib/range'
0 commit comments