Skip to content

Commit

Permalink
update dependencies and devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Feb 11, 2016
1 parent 4feab0e commit 3be0f1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Enable the linter in the VS Code [settings](https://code.visualstudio.com/docs/c

### Configurations

*In addition to the VS Code settings mentioned below, you can set the config by adding [stylelint configuration files](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/configuration.md#configuration) to the workspace directory or its ancestor ones.*
*In addition to the VS Code settings mentioned below, you can set the config by adding [stylelint configuration files](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/configuration.md#configuration) to the workspace directory.*

#### stylelint.enable

Expand All @@ -51,6 +51,6 @@ Will be directly passed to [`configOverrides`](https://github.com/stylelint/styl

## License

Copyright (c) 2015 [Shinnosuke Watanabe](https://github.com/shinnn)
Copyright (c) 2015 - 2016 [Shinnosuke Watanabe](https://github.com/shinnn)

Licensed under [the MIT License](./LICENSE).
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"test": "eslint --config @shinnn/node --fix extension.js server.js"
},
"dependencies": {
"stylelint-vscode": "2.0.0",
"vscode-languageclient": "1.1.1",
"vscode-languageserver": "1.1.1"
"stylelint-vscode": "3.0.0",
"vscode-languageclient": "1.3.1",
"vscode-languageserver": "1.3.1"
},
"devDependencies": {
"@shinnn/eslint-config-node": "^1.0.1",
"eslint": "^1.10.3",
"vscode": "^0.10.7"
"vscode": "^0.11.1"
}
}

0 comments on commit 3be0f1e

Please sign in to comment.