create-book 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@ module.exports = {
|
|
|
3
3
|
author: '{{contact}}', // default to `author` in `package.json` or undefined.
|
|
4
4
|
// language: 'ja', // default to undefined.
|
|
5
5
|
// size: 'A4', // paper size.
|
|
6
|
-
theme: '{{theme.name}}
|
|
6
|
+
theme: '{{theme.name}}', // .css or local dir or npm package. default to undefined.
|
|
7
7
|
entry: [
|
|
8
8
|
'manuscript.md', // `title` is automatically guessed from the file (frontmatter > first heading).
|
|
9
9
|
// {
|