diff --git a/package-lock.json b/package-lock.json index ab8c7a1..a0a3c15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gremlins", - "version": "0.15.1", + "version": "0.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7a8a1f4..b4ac46d 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" @@ -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"