Skip to content

Commit

Permalink
Add description for removeAttrs plugin
Browse files Browse the repository at this point in the history
Add description to eliminate ugly `undefined` in `--show-plugins` output
  • Loading branch information
cy6erskunk committed Aug 7, 2015
1 parent 23c2631 commit 492f12c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/removeAttrs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ exports.type = 'perItem';

exports.active = false;

exports.description = 'removes specified attributes';

exports.params = {
attrs: []
};
Expand Down

0 comments on commit 492f12c

Please sign in to comment.