Skip to content

Commit 9dfdbc7

Browse files
committed
Fix missing '_layout' folder issue.
Commit e316ee8 add GitBook3 templating, however, without enable it in 'package.json' `files` section, the `_layout` folder will never be published. Which made the improvement had no effect. This commit fix the issue. Signed-off-by: Tao Wang <[email protected]>
1 parent c9936f0 commit 9dfdbc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"description": "Gitbook plugin provide GitHub Button.",
1616
"main": "index.js",
1717
"files": [
18+
"_layouts",
1819
"index.js",
1920
"lib",
2021
"src"

0 commit comments

Comments
 (0)