From d314a87a851091cba664e352c7fd68d1307988ad Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 6 Oct 2016 00:54:01 +0200 Subject: [PATCH] temp fix --- bin/index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/index.js b/bin/index.js index 9a51a40..ccf3d23 100755 --- a/bin/index.js +++ b/bin/index.js @@ -1,4 +1,3 @@ #!/usr/bin/env node -process.env.NODE_ENV === 'test' - ? require('../src/cli')() - : require('../lib/cli')() \ No newline at end of file +// FIXME +require('../src/cli')()