From 46a37f4672e5192145be5ffd61bbeababa0b8795 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 25 Feb 2015 21:59:59 +1100 Subject: [PATCH] fix linting errors --- bin/babel/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/babel/index.js b/bin/babel/index.js index c78d894890..da34ba6fe2 100755 --- a/bin/babel/index.js +++ b/bin/babel/index.js @@ -30,8 +30,6 @@ commander.option("--keep-module-id-extensions", "Keep extensions when generating commander.option("-a, --auxiliary-comment [comment]", "Comment text to prepend to all auxiliary code"); commander.option("-D, --copy-files", "When compiling a directory copy over non-compilable files"); - - commander.on("--help", function () { var outKeys = function (title, obj) { console.log(" " + title + ":");