diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-21 22:39:23 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-21 22:39:23 +0200 |
commit | b5b8ed72a55e0a6a23aa7695ab223a0e7c8c7cc6 (patch) | |
tree | 485c3a8fbaffdc274d86e05affdf2ffeecc256c5 /lib/generate/index.js | |
parent | 5beff865488f53d73000da382abc6d7d7f18ecd7 (diff) | |
download | gitbook-b5b8ed72a55e0a6a23aa7695ab223a0e7c8c7cc6.zip gitbook-b5b8ed72a55e0a6a23aa7695ab223a0e7c8c7cc6.tar.gz gitbook-b5b8ed72a55e0a6a23aa7695ab223a0e7c8c7cc6.tar.bz2 |
Update default addons
Diffstat (limited to 'lib/generate/index.js')
-rw-r--r-- | lib/generate/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generate/index.js b/lib/generate/index.js index 3a9157a..bbe5ec2 100644 --- a/lib/generate/index.js +++ b/lib/generate/index.js @@ -47,7 +47,7 @@ var generate = function(options) { // Plugins plugins: [], - pluginsConfig: {test:1} + pluginsConfig: {} }); if (!options.input) { |