We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee2fda commit 295213dCopy full SHA for 295213d
Gruntfile.js
book.json
@@ -0,0 +1,6 @@
1
+{
2
+ "plugins": ["autocover"],
3
+ "pluginsConfig": {
4
+ "autocover": {}
5
+ }
6
+}
package.json
@@ -10,12 +10,6 @@
10
"license": "Apache 2",
11
"dependencies": {},
12
"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"
+ "gitbook-plugin-autocover": "0.0.3"
20
}
21
0 commit comments