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.
This commit is contained in:
Estevao Soares dos Santos 2017-01-09 02:23:09 +00:00
parent e3521bd8fa
commit 4d78633c4d

View File

@ -1,3 +1,6 @@
/**
* Created by tivie
*/
'use strict';
var yargs = require('yargs');