Skip to content

Commit

Permalink
Fix a schema problem and clean up a test issue (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrow authored Jul 1, 2021
1 parent 0c02b71 commit 390e7bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ debug.log
npm-debug.log
package-lock.json
test.txt
*.backup
*.db*
*.vsix
**/nls.*.json
Expand Down
1 change: 1 addition & 0 deletions schemas/variants-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"minProperties": 1,
"patternProperties": {
"^\\w+$": {
"type": "object",
"required": [
"short"
],
Expand Down

This file was deleted.

0 comments on commit 390e7bf

Please sign in to comment.