From 4d78633c4dd96d4cccdbcf7723850d691ea75369 Mon Sep 17 00:00:00 2001 From: Estevao Soares dos Santos Date: Mon, 9 Jan 2017 02:23:09 +0000 Subject: [PATCH] refactor(CLI): bump to include breaking change notice BREAKING CHANGE: CLI tool now uses the same option defaults as showdown main library. This mean the default flavor is vanilla and ghCodeBlocks options is enabled by default. To update, add `--ghCodeBlocks="false"` to the command. --- src/cli/cli.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cli/cli.js b/src/cli/cli.js index 62fa0f7b..74c14094 100644 --- a/src/cli/cli.js +++ b/src/cli/cli.js @@ -1,3 +1,6 @@ +/** + * Created by tivie + */ 'use strict'; var yargs = require('yargs');