diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-03-07 10:40:25 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-03-07 10:40:25 +0100 |
commit | b4bdf97cfe84994a4e2e04f196e0ebb4849b188f (patch) | |
tree | eabe2904fb68684960c469a6286f1628eaea0bd0 /lib/config/schema.js | |
parent | bf98984012c493aebb2258902e1722f0ed0d3527 (diff) | |
download | gitbook-b4bdf97cfe84994a4e2e04f196e0ebb4849b188f.zip gitbook-b4bdf97cfe84994a4e2e04f196e0ebb4849b188f.tar.gz gitbook-b4bdf97cfe84994a4e2e04f196e0ebb4849b188f.tar.bz2 |
Fix linting errors
Diffstat (limited to 'lib/config/schema.js')
-rw-r--r-- | lib/config/schema.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/config/schema.js b/lib/config/schema.js index d3088f5..3fb2050 100644 --- a/lib/config/schema.js +++ b/lib/config/schema.js @@ -12,10 +12,6 @@ module.exports = { 'type': 'string', 'title': 'Title of the book, default is extracted from README' }, - 'title': { - 'type': 'string', - 'title': 'Description of the book, default is extracted from README' - }, 'isbn': { 'type': 'string', 'title': 'ISBN for published book' |