Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
fix(schema): allow name to be a {Function} (options.name)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Oct 5, 2017
1 parent 38e4b0c commit a5242e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/options.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"name": {},
"regExp": {},
"context": {
"type": "string"
Expand Down

0 comments on commit a5242e4

Please sign in to comment.