Skip to content

Commit 44f87e0

Browse files
committed
Add plugin autocover
1 parent ed49c31 commit 44f87e0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

book.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"plugins": ["autocover"],
3+
"pluginsConfig": {
4+
"autocover": {}
5+
}
6+
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"grunt": "~0.4.1",
1414
"grunt-gitbook": "0.4.2",
1515
"grunt-gh-pages": "0.9.1",
16-
"grunt-contrib-clean": "~0.5.0"
16+
"grunt-contrib-clean": "~0.5.0",
17+
"gitbook-plugin-autocover": "0.0.2"
1718
},
1819
"peerDependencies": {
1920
"grunt": "~0.4.1"

0 commit comments

Comments
 (0)