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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-book",
3
3
  "description": "The fastest way to start writing book with Vivliostyle ecosystem.",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "author": "Vivliostyle Foundation",
6
6
  "license": "Apache-2.0",
7
7
  "engines": {
@@ -8,7 +8,8 @@
8
8
  "preview": "vivliostyle preview"
9
9
  },
10
10
  "dependencies": {
11
- "@vivliostyle/cli": "latest"
11
+ "@vivliostyle/cli": "latest",
12
+ "{{theme.name}}": "^{{theme.version}}"
12
13
  },
13
14
  "license": "{{license}}",
14
15
  "private": true
@@ -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}}@^{{theme.version}}', // .css or local dir or npm package. default to undefined.
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
  // {