Fixed aslant warnings

This commit is contained in:
Jori Lallo
2017-05-09 23:41:46 -07:00
parent 75ad27658e
commit 75094a60a1
2 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ import slug from 'slug';
import marked from 'marked';
import sanitizedRenderer from 'marked-sanitized';
import highlight from 'highlight.js';
import _ from 'lodash';
import emojify from './emojify';
import toc from './toc';
import _ from 'lodash';
slug.defaults.mode = 'rfc3986';