Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Nov 2, 2023
1 parent b68fd2d commit 3398ded
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-stylelint",
"version": "1.2.4",
"version": "1.3.0",
"license": "MIT",
"description": "Official Stylelint extension for Visual Studio Code",
"main": "dist/index.js",
Expand Down Expand Up @@ -179,11 +179,11 @@
"category": "Stylelint",
"command": "stylelint.executeAutofix"
},
{
"title": "Restart Stylelint Server",
"category": "Stylelint",
"command": "stylelint.restart"
}
{
"title": "Restart Stylelint Server",
"category": "Stylelint",
"command": "stylelint.restart"
}
],
"jsonValidation": [
{
Expand Down

0 comments on commit 3398ded

Please sign in to comment.