Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoizey committed May 22, 2020
1 parent fcb4c47 commit ba21e09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gremlins",
"displayName": "Gremlins tracker for Visual Studio Code",
"version": "0.15.1",
"version": "0.16.0",
"publisher": "nhoizey",
"author": {
"name": "Nicolas Hoizey",
Expand Down Expand Up @@ -78,6 +78,10 @@
"type": "object",
"description": "List of characters the extension should track",
"default": {
"2013": {
"description": "en dash",
"level": "warning"
},
"0003": {
"description": "end of text",
"level": "warning"
Expand Down Expand Up @@ -105,10 +109,6 @@
"description": "left-to-right mark",
"level": "error"
},
"2013": {
"description": "en dash",
"level": "warning"
},
"201c": {
"description": "left double quotation mark",
"level": "warning"
Expand Down

0 comments on commit ba21e09

Please sign in to comment.