Skip to content

Commit 40e49d0

Browse files
committed
Change json format version to follow major version of gitbook
1 parent 8d9a0a9 commit 40e49d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/output/json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ JSONOutput.prototype.onPage = function(page) {
2222
delete json.config;
2323

2424
// Specify JSON output version
25-
json.version = '2';
25+
json.version = '3';
2626

2727
return that.writeFile(
2828
page.withExtension('.json'),

0 commit comments

Comments
 (0)