Skip to content

Commit 295213d

Browse files
committed
Remove grunt
Use autocover
1 parent 7ee2fda commit 295213d

File tree

3 files changed

+7
-39
lines changed

3 files changed

+7
-39
lines changed

Gruntfile.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

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: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
"license": "Apache 2",
1111
"dependencies": {},
1212
"devDependencies": {
13-
"grunt": "~0.4.1",
14-
"grunt-gitbook": "0.4.2",
15-
"grunt-gh-pages": "0.9.1",
16-
"grunt-contrib-clean": "~0.5.0"
17-
},
18-
"peerDependencies": {
19-
"grunt": "~0.4.1"
13+
"gitbook-plugin-autocover": "0.0.3"
2014
}
2115
}

0 commit comments

Comments
 (0)