Skip to content

Commit 642d987

Browse files
chore(craete-theme): Update template
1 parent eb176a6 commit 642d987

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
example/*.html
22
node_modules
33
themes/
4+
.vivliostyle/
5+
book/
6+
book.pdf

packages/create-vivliostyle-theme/templates/default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@vivliostyle/theme-base": "beta"
1313
},
1414
"devDependencies": {
15-
"@vivliostyle/cli": ">=7",
15+
"@vivliostyle/cli": "^7.2.3",
1616
"vivliostyle-theme-scripts": "^0.3.5"
1717
},
1818
"peerDependencies": {

packages/create-vivliostyle-theme/templates/default/vivliostyle.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
language: 'en',
33
theme: ['node_modules/@vivliostyle/theme-base', '.'],
44
entry: ['example/default.md'],
5+
workspaceDir: '.vivliostyle',
56
output: [
67
'book.pdf',
78
{

0 commit comments

Comments
 (0)