Skip to content

Commit

Permalink
remove unused path
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Mar 8, 2015
1 parent 8a8bcb4 commit 6ba0c4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env node

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

Expand Down

0 comments on commit 6ba0c4e

Please sign in to comment.