Skip to content

Commit

Permalink
Simplify cli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic committed Apr 7, 2015
1 parent 4e64c57 commit d5ba36b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions cli.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@

/**
* Copyright 2004-present Facebook. All Rights Reserved.
*/

'use strict';

var cli = require('./local-cli/cli.js');

function run() {
cli.run();
}

module.exports = {
run: run
};
module.exports = require('./local-cli/cli.js');

0 comments on commit d5ba36b

Please sign in to comment.