diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-02-18 19:19:09 +0100 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-02-18 19:19:09 +0100 |
commit | f763e1dc4201f1593c1baf26697b175e96402442 (patch) | |
tree | ba46f4ede0460007825817b1cd800cb927ceadca /lib/output/index.js | |
parent | ea13e3cec45ad2b52f9346914331c43d91000d17 (diff) | |
download | gitbook-f763e1dc4201f1593c1baf26697b175e96402442.zip gitbook-f763e1dc4201f1593c1baf26697b175e96402442.tar.gz gitbook-f763e1dc4201f1593c1baf26697b175e96402442.tar.bz2 |
Lint after travis tests
Diffstat (limited to 'lib/output/index.js')
-rw-r--r-- | lib/output/index.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/output/index.js b/lib/output/index.js deleted file mode 100644 index dcb2ffe..0000000 --- a/lib/output/index.js +++ /dev/null @@ -1,10 +0,0 @@ -var _ = require('lodash'); -//var EbookGenerator = require('./ebook'); - -module.exports = { - json: require('./json'), - /*website: require('./website'), - pdf: _.partialRight(EbookGenerator, 'pdf'), - mobi: _.partialRight(EbookGenerator, 'mobi'), - epub: _.partialRight(EbookGenerator, 'epub')*/ -}; |