dependencies: bump feedsub to 0.7.5

This commit is contained in:
Jesse Chan
2020-12-13 13:46:54 +08:00
parent afa013853c
commit c97e50fb39
5 changed files with 61 additions and 81 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
import FeedSub, {FeedItem} from 'feedsub';
import FeedSub from 'feedsub';
import type {FeedItem} from 'feedme';
export interface FeedReaderOptions {
feedID: string;