diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-04-29 13:04:54 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-04-29 13:04:54 +0200 |
commit | 3ea4e334bff428c60db175db58d042ba8e44cd77 (patch) | |
tree | 623f54f645065e2da6e5db9788ed9f1335ee7807 /lib/json/index.js | |
parent | 9955fa8c29383dcbaaaf17e98c442d2d6b07aea6 (diff) | |
download | gitbook-3ea4e334bff428c60db175db58d042ba8e44cd77.zip gitbook-3ea4e334bff428c60db175db58d042ba8e44cd77.tar.gz gitbook-3ea4e334bff428c60db175db58d042ba8e44cd77.tar.bz2 |
It should generate index for languages
Diffstat (limited to 'lib/json/index.js')
-rw-r--r-- | lib/json/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/json/index.js b/lib/json/index.js index e58beee..39cac99 100644 --- a/lib/json/index.js +++ b/lib/json/index.js @@ -1,5 +1,6 @@ module.exports = { + encodeOutput: require('./encodeOutput'), encodeBookWithPage: require('./encodeBookWithPage'), encodeBook: require('./encodeBook'), encodeFile: require('./encodeFile'), |