Skip to content

Commit a362f44

Browse files
committed
Remove grunt
Use plugin autocover
1 parent 5209188 commit a362f44

File tree

3 files changed

+7
-63
lines changed

3 files changed

+7
-63
lines changed

Gruntfile.js

Lines changed: 0 additions & 55 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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +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-
"grunt-http-server": "0.0.4"
18-
},
19-
"peerDependencies": {
20-
"grunt": "~0.4.1"
13+
"gitbook-plugin-autocover": "0.0.3"
2114
}
2215
}

0 commit comments

Comments
 (0)