chore(deps-dev): bump prettier from 1.19.1 to 2.0.2

This commit is contained in:
DIYgod
2020-04-02 21:21:46 +08:00
parent 27e4a7c151
commit 0e7b14e718
471 changed files with 1237 additions and 4457 deletions

View File

@@ -15,15 +15,9 @@ module.exports = async (ctx) => {
return {
title: $link.text(),
description: elem
.find('dd')
.eq(0)
.text(),
description: elem.find('dd').eq(0).text(),
link: $link.attr('href'),
author: elem
.find('.small a')
.eq(0)
.text(),
author: elem.find('.small a').eq(0).text(),
};
})
.get();