Add readability plugin to puread.

This commit is contained in:
Kenshin 2019-04-01 15:32:20 +08:00
parent 8a5605827f
commit 00a8329934

View File

@ -4,12 +4,14 @@ import pangu from './plugin/pangu.min';
import minimatch from './plugin/minimatch';
import * as be from './plugin/beautify';
import * as ss from './plugin/stylesheet';
import * as rda from './plugin/readability';
const plugins = {
pangu : pangu,
minimatch: minimatch,
beautify : be,
style : ss,
reability: rda,
};
/**