chore(v2): bump deps and remove unused deps (#2029)

* chore(v2): deps bump

* remove unused deps
This commit is contained in:
Endi 2019-11-22 17:55:22 +07:00 committed by GitHub
parent 9829f56b1e
commit 2d15fadf16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 387 additions and 452 deletions

View file

@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
const Feed = require('feed');
const {Feed} = require('feed');
const truncateHtml = require('truncate-html');
const BLOG_POST_SUMMARY_LENGTH = 250;