Skip to content

Commit 27871e0

Browse files
committed
Update gitbook to 0.1.2
1 parent 4d89893 commit 27871e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = function (grunt) {
88
grunt.initConfig({
99
'gitbook': {
1010
development: {
11-
dest: path.join(__dirname, ".grunt/gitbook"),
11+
output: path.join(__dirname, ".grunt/gitbook"),
1212
input: "./",
1313
title: "How to Make a Computer Operating System in C++",
1414
description: "Online book about how to write a computer operating system in C/C++ from scratch",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {},
1212
"devDependencies": {
1313
"grunt": "~0.4.1",
14-
"grunt-gitbook": "0.1.1",
14+
"grunt-gitbook": "0.1.2",
1515
"grunt-gh-pages": "0.9.1",
1616
"grunt-contrib-clean": "~0.5.0"
1717
},

0 commit comments

Comments
 (0)