Skip to content

Commit

Permalink
fix(options): add transform option validation ({String})
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Jan 26, 2018
1 parent e0c4b19 commit 23c3567
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions options.json
Expand Up @@ -20,6 +20,9 @@
{ "instanceof": "Function" }
]
},
"transform": {
"type": "string"
},
"singleton": {
"type": "boolean"
},
Expand Down

0 comments on commit 23c3567

Please sign in to comment.