Skip to content

Commit

Permalink
release v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed May 25, 2016
1 parent 1a48aca commit 262261c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint",
"version": "0.8.3",
"version": "0.8.4",
"displayName": "stylelint",
"description": "Modern CSS/SCSS/Less linter",
"publisher": "shinnn",
Expand All @@ -21,8 +21,8 @@
],
"activationEvents": [
"onLanguage:css",
"onLanguage:sass",
"onLanguage:less"
"onLanguage:less",
"onLanguage:sass"
],
"main": "extension.js",
"contributes": {
Expand Down

0 comments on commit 262261c

Please sign in to comment.