Skip to content

Commit

Permalink
make vscode a dev-dependency, bump version, fixes dotnet#22
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken authored and aeschli committed Apr 20, 2016
1 parent 51ed3c4 commit 988ac1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-omnisharp",
"version": "0.3.0",
"version": "0.3.1",
"description": "Omnisharp extension that is being shipped with VS Code.",
"displayName": "Built-in Omnisharp",
"author": "Microsoft Corporation",
Expand All @@ -11,13 +11,13 @@
"postinstall": "node ./node_modules/vscode/bin/install && gulp omnisharp && tsc"
},
"dependencies": {
"vscode": "^0.11.0",
"run-in-terminal": "*",
"semver": "*",
"request-light": "^0.1.0",
"jsonc-parser": "^0.2.0"
},
"devDependencies": {
"vscode": "^0.11.0",
"del": "^2.0.2",
"event-stream": "^3.3.2",
"github-releases": "^0.3.0",
Expand Down

0 comments on commit 988ac1a

Please sign in to comment.