diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b512c09d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file diff --git a/bin/cmd.js b/bin/cmd.js index 01a75aff..7cab984b 100755 --- a/bin/cmd.js +++ b/bin/cmd.js @@ -212,4 +212,3 @@ client.once('torrent', function (torrent) { client.server.listen(argv.port || 8888) })*/ }) - diff --git a/test/basic.js b/test/basic.js index cf79627a..dce12954 100644 --- a/test/basic.js +++ b/test/basic.js @@ -1,6 +1,6 @@ -var test = require('tape') +var test = require('tape'); test('TODO', function (t) { - t.ok(true) - t.end() -}) \ No newline at end of file + t.ok(true); + t.end(); +}); \ No newline at end of file