From 267012c78eed369630ee61c62b375a42b0b3a1f5 Mon Sep 17 00:00:00 2001 From: Denis Malinochkin Date: Mon, 17 Apr 2017 21:13:52 +0300 Subject: [PATCH] 2.2.5 --- package.json | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 915fd34..205ae3b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-stylefmt", "displayName": "stylefmt", "description": "Modern CSS Formatter", - "version": "2.2.4", + "version": "2.2.5", "publisher": "mrmlnc", "license": "MIT", "engines": { @@ -31,10 +31,12 @@ ], "main": "./out/extension", "contributes": { - "commands": [{ - "command": "stylefmt.execute", - "title": "stylefmt: Format CSS" - }], + "commands": [ + { + "command": "stylefmt.execute", + "title": "stylefmt: Format CSS" + } + ], "configuration": { "type": "object", "title": "stylefmt configuration", @@ -46,10 +48,12 @@ } } }, - "jsonValidation": [{ - "fileMatch": "**/.stylelintrc*", - "url": "http://json.schemastore.org/stylelintrc.json" - }] + "jsonValidation": [ + { + "fileMatch": "**/.stylelintrc*", + "url": "http://json.schemastore.org/stylelintrc.json" + } + ] }, "devDependencies": { "@types/node": "^7.0.12",