Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
Highlight: stylelint v9.8.0 -> v9.9.0

https://github.com/stylelint/stylelint/releases/tag/9.9.0
  • Loading branch information
shinnn committed Nov 28, 2018
1 parent b4cd8e1 commit 163ea3a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async function validate(document) {
return;
}

// https://github.com/stylelint/stylelint/blob/9.5.0/lib/utils/configurationError.js#L9
// https://github.com/stylelint/stylelint/blob/9.9.0/lib/utils/configurationError.js#L10
if (err.code === 78) {
connection.window.showErrorMessage(`stylelint: ${err.message}`);
return;
Expand Down

0 comments on commit 163ea3a

Please sign in to comment.