diff options
Diffstat (limited to 'lib/output/website/index.js')
-rw-r--r-- | lib/output/website/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/output/website/index.js b/lib/output/website/index.js index e24c127..bb01ed6 100644 --- a/lib/output/website/index.js +++ b/lib/output/website/index.js @@ -1,6 +1,6 @@ module.exports = { - name: 'json', + name: 'website', Options: require('./options'), onPage: require('./onPage') }; |