Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
fix: add missing idPrefix as default value to config, close #36
Browse files Browse the repository at this point in the history
  • Loading branch information
noxan authored and joshwiens committed Jul 16, 2017
1 parent 12aef99 commit ba7738d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ module.exports = {
],
removingTagAttrs: [],
classPrefix: false,
idPrefix: false,
};

0 comments on commit ba7738d

Please sign in to comment.