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 Dec 22, 2015
1 parent 7d9a9db commit 509b0ce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
},
"stylelint.config": {
"type": "object",
"default": null,
"default": {},
"description": "A stylelint configuration object."
},
"stylelint.configOverrides": {
"type": "object",
"default": null,
"default": {},
"description": "A partial stylelint config whose properties override the existing ones."
}
}
Expand All @@ -51,13 +51,13 @@
"test": "eslint --config @shinnn/node --fix extension.js server.js"
},
"dependencies": {
"stylelint-vscode": "^1.0.0",
"vscode-languageclient": "0.10.7",
"vscode-languageserver": "0.10.6"
"stylelint-vscode": "2.0.0",
"vscode-languageclient": "1.1.1",
"vscode-languageserver": "1.1.1"
},
"devDependencies": {
"@shinnn/eslint-config-node": "^1.0.1",
"eslint": "^1.10.1",
"vscode": "^0.10.6"
"eslint": "^1.10.3",
"vscode": "^0.10.7"
}
}

0 comments on commit 509b0ce

Please sign in to comment.