chore: bump dependencies

This commit is contained in:
endiliey 2019-11-01 01:25:10 +07:00
parent 255584cf65
commit ab1520548d
7 changed files with 181 additions and 381 deletions

View file

@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
const Remarkable = require('remarkable');
const {Remarkable} = require('remarkable');
const mdToc = require('markdown-toc');
const striptags = require('striptags');
const toSlug = require('./toSlug');