Skip to content

Commit

Permalink
upgrade to stylelint v7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Jul 15, 2016
1 parent 1a00366 commit ab9d60c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 77 deletions.
99 changes: 25 additions & 74 deletions npm-shrinkwrap.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
"test": "eslint --config @shinnn/node --fix extension.js server.js"
},
"dependencies": {
"stylelint-vscode": "^4.1.1",
"stylelint-vscode": "^5.0.0",
"vscode-languageclient": "^2.3.0",
"vscode-languageserver": "^2.2.1"
},
"devDependencies": {
"@shinnn/eslint-config-node": "^2.0.0",
"eslint": "^2.3.0",
"vscode": "^0.11.7"
"eslint": "^3.0.1",
"vscode": "^0.11.14"
}
}

0 comments on commit ab9d60c

Please sign in to comment.