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

Commit

Permalink
fix: allow use limit as string (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored and joshwiens committed Oct 4, 2017
1 parent a8f338e commit b31684d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "object",
"properties": {
"limit": {
"type": "number"
"type": ["number", "string"]
},
"prefix": {
"type": "string"
Expand Down

0 comments on commit b31684d

Please sign in to comment.