@vivliostyle/theme-bunko
Advanced tools
Comparing version 0.4.1 to 0.5.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [0.5.0](https://github.com/vivliostyle/themes/compare/@vivliostyle/theme-bunko@0.4.1...@vivliostyle/theme-bunko@0.5.0) (2021-11-07) | ||
### Features | ||
- update cli version to v4.3.2 ([5be7268](https://github.com/vivliostyle/themes/commit/5be72685499e73826def6859e04f6645c859391e)) | ||
## [0.4.1](https://github.com/vivliostyle/themes/compare/@vivliostyle/theme-bunko@0.4.0...@vivliostyle/theme-bunko@0.4.1) (2021-06-19) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@vivliostyle/theme-bunko", | ||
"description": "文庫用のテーマ", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"author": "Vivliostyle <mail@vivliostyle.org>", | ||
"scripts": { | ||
"build": "run-p build:scss", | ||
"build": "run-p build:scss build:vivliostyle", | ||
"build:scss": "sass scss:.", | ||
"build:vivliostyle": "vivliostyle build", | ||
"dev": "run-p preview watch:scss", | ||
@@ -15,6 +16,6 @@ "preview": "vivliostyle preview", | ||
"devDependencies": { | ||
"@vivliostyle/cli": "^3.3.0", | ||
"@vivliostyle/cli": "^4.3.2", | ||
"npm-run-all": "^4.1.5", | ||
"sass": "^1.32.8", | ||
"vivliostyle-theme-scripts": "^0.3.3" | ||
"vivliostyle-theme-scripts": "^0.3.4" | ||
}, | ||
@@ -45,3 +46,3 @@ "files": [ | ||
"name": "Bunko", | ||
"style": "./theme.css", | ||
"style": "./theme_common.css", | ||
"category": "novel", | ||
@@ -54,3 +55,3 @@ "topics": [ | ||
}, | ||
"gitHead": "74813647f061eef972ac36c3f1dd947cdadfd1ac" | ||
"gitHead": "959584c34fed99048cf985ea9a26e8c7a713b962" | ||
} |
module.exports = { | ||
language: 'ja', | ||
theme: 'theme.css', | ||
entry: [ | ||
'example/bunko.md', | ||
], | ||
theme: 'theme_print.css', | ||
entry: ['example/bunko.md'], | ||
output: [ | ||
"book.pdf", | ||
'book.pdf', | ||
{ | ||
@@ -14,2 +12,2 @@ path: './book', | ||
], | ||
} | ||
}; |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
33817
16
303
1