dependencies: bump feedsub to 0.7.6

This commit is contained in:
Jesse Chan
2020-12-14 01:41:01 +08:00
parent 94a77cc1ab
commit cea33d5668
5 changed files with 23 additions and 26 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
import FeedSub from 'feedsub';
import type {FeedItem} from 'feedme';
import FeedSub, {FeedItem} from 'feedsub';
export interface FeedReaderOptions {
feedID: string;