Skip to content

Commit 6ba0c4e

Browse files
committed
remove unused path
1 parent 8a8bcb4 commit 6ba0c4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/cli.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env node
22

33
var parseChangelog = require('..')
4-
var path = require('path')
54
var file = process.argv[2] || 'CHANGELOG.md'
65
var help = process.argv[2] === '-h' || process.argv[2] === '--help'
76

0 commit comments

Comments
 (0)