Skip to content

Commit 58631c0

Browse files
committed
fix #85
1 parent b1ce0fc commit 58631c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function writeOutput(ts: string, argOut: string): Promise<void> {
5656
}
5757

5858
function printHelp() {
59-
const pkg = require('../package.json')
59+
const pkg = require('../../package.json')
6060

6161
process.stdout.write(
6262
`

0 commit comments

Comments
 (0)