summaryrefslogtreecommitdiffstats
path: root/lib/json/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/json/index.js')
-rw-r--r--lib/json/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/json/index.js b/lib/json/index.js
index a026a7f..92b105a 100644
--- a/lib/json/index.js
+++ b/lib/json/index.js
@@ -5,6 +5,5 @@ module.exports = {
encodeFile: require('./encodeFile'),
encodePage: require('./encodePage'),
encodeSummary: require('./encodeSummary'),
- encodeReadme: require('./encodeReadme'),
- encodeConfig: require('./encodeConfig')
+ encodeReadme: require('./encodeReadme')
};