@vivliostyle/theme-academic
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -6,4 +6,15 @@ # Change Log | ||
# [0.2.0](https://github.com/vivliostyle/themes/compare/@vivliostyle/theme-academic@0.1.0...@vivliostyle/theme-academic@0.2.0) (2020-08-28) | ||
### Features | ||
* include scss and example files to packages ([d9694af](https://github.com/vivliostyle/themes/commit/d9694afea56d95569f707c19106b42ba56c28964)) | ||
## 0.1.0 (2020-08-13) | ||
**Note:** Version bump only for package @vivliostyle/theme-academic |
{ | ||
"name": "@vivliostyle/theme-academic", | ||
"description": "Academic theme", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"author": "Vivliostyle <mail@vivliostyle.org>", | ||
@@ -16,7 +16,9 @@ "scripts": { | ||
"npm-run-all": "^4.1.5", | ||
"vivliostyle-theme-scripts": "^0.3.0" | ||
"vivliostyle-theme-scripts": "^0.3.1" | ||
}, | ||
"files": [ | ||
"*.css", | ||
"*.css.map" | ||
"*.css.map", | ||
"scss", | ||
"example" | ||
], | ||
@@ -48,3 +50,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "5fe766e0d3f49982878023464c237f05d9ef6c64" | ||
"gitHead": "b6dd255b3e11e11232d92685cad9b810f43198e2" | ||
} |
49630
18