diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-03-15 12:37:52 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-03-15 12:37:52 +0100 |
commit | 0b4db49f5752fd2a6f72c3ba57cdb5c1b5b8ae4e (patch) | |
tree | 2b2dede4d212d40992a829cd33151d35a7a7d91d /lib/output/json.js | |
parent | c499a8a13a3059e3953727866beb7c986e46dd78 (diff) | |
parent | fbffd54aa244d8a969200b0efbed3d7dc9eb73d0 (diff) | |
download | gitbook-0b4db49f5752fd2a6f72c3ba57cdb5c1b5b8ae4e.zip gitbook-0b4db49f5752fd2a6f72c3ba57cdb5c1b5b8ae4e.tar.gz gitbook-0b4db49f5752fd2a6f72c3ba57cdb5c1b5b8ae4e.tar.bz2 |
Merge pull request #1181 from GitbookIO/feature/allplugins_tpl
All plugins can extend templates/theme
Diffstat (limited to 'lib/output/json.js')
-rw-r--r-- | lib/output/json.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/output/json.js b/lib/output/json.js index b66e593..7061141 100644 --- a/lib/output/json.js +++ b/lib/output/json.js @@ -1,4 +1,3 @@ -var _ = require('lodash'); var conrefsLoader = require('./conrefs'); var JSONOutput = conrefsLoader(); |