Skip to content

Commit 23c3567

Browse files
committedJan 26, 2018
fix(options): add transform option validation ({String})
1 parent e0c4b19 commit 23c3567

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎options.json

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
{ "instanceof": "Function" }
2121
]
2222
},
23+
"transform": {
24+
"type": "string"
25+
},
2326
"singleton": {
2427
"type": "boolean"
2528
},

0 commit comments

Comments
 (0)
Please sign in to comment.