Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
fix(schema): allow extract to accept omit/remove flags
Browse files Browse the repository at this point in the history
Closes #371.
  • Loading branch information
bebraw authored and joshwiens committed Jan 28, 2017
1 parent 70cbd4b commit 8ce93d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/valid.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"allChunks": { "type": "boolean"},
"disable": { "type": "boolean" },
"omit": { "type": "boolean" },
"remove": { "type": "boolean" },
"fallbackLoader": { "type": "string" },
"filename": { "type": "string" },
"loader": { "type": "string" },
Expand Down

0 comments on commit 8ce93d5

Please sign in to comment.