Skip to content

Commit 071bce7

Browse files
committed
Update gitbook to 0.1.2
1 parent 6b37db5 commit 071bce7

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: "Learn Javascript",
1414
description: "Interactive online course for learning Javascript.",

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)