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

Commit

Permalink
2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Apr 17, 2017
1 parent d922634 commit 267012c
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 267012c

Please sign in to comment.