Skip to content

Commit 2e6c4e0

Browse files
committed
cleanup
1 parent 0c7a1c6 commit 2e6c4e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/plugins/system/readability.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Readability } from 'readabilitySAX';
22

33
export default {
44

5-
provides: 'readability',
5+
provides: 'self',
66

77
getData: function(url, meta, htmlparser, cb) {
88

@@ -46,4 +46,4 @@ export default {
4646
htmlparser.addHandler(readability);
4747
}
4848

49-
};
49+
};

0 commit comments

Comments
 (0)