Skip to content

Commit

Permalink
Merge pull request cloudhead#142 from enimo/master
Browse files Browse the repository at this point in the history
remove useless path require in cli.js
  • Loading branch information
cloudhead authored Oct 17, 2016
2 parents ab26244 + aa9d9c1 commit d61a9b8
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 fs = require('fs'),
path = require('path'),
tty = require('tty'),
statik = require('./../lib/node-static');

Expand Down

0 comments on commit d61a9b8

Please sign in to comment.