From 492f12c02f43f8d5d0bef2bfb70ec6077505773b Mon Sep 17 00:00:00 2001 From: cy6erskunk Date: Fri, 7 Aug 2015 15:39:26 +0300 Subject: [PATCH] Add description for removeAttrs plugin Add description to eliminate ugly `undefined` in `--show-plugins` output --- plugins/removeAttrs.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/removeAttrs.js b/plugins/removeAttrs.js index eef4606d..f7e131d8 100644 --- a/plugins/removeAttrs.js +++ b/plugins/removeAttrs.js @@ -6,6 +6,8 @@ exports.type = 'perItem'; exports.active = false; +exports.description = 'removes specified attributes'; + exports.params = { attrs: [] };