Skip to content

Commit

Permalink
Move to typescript 3.0, move to next alpha version (#502)
Browse files Browse the repository at this point in the history
* Move to typescript 3.0, move to next alpha version

* Update version
  • Loading branch information
StephenWeatherford committed Sep 21, 2018
1 parent 2a286c3 commit 82abf3c
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-docker",
"version": "0.3.0",
"version": "0.3.1-alpha",
"publisher": "PeterJausovec",
"displayName": "Docker",
"description": "Adds syntax highlighting, commands, hover tips, and linting for Dockerfile and docker-compose files.",
Expand Down Expand Up @@ -674,7 +674,7 @@
"mocha": "5.2.0",
"tslint": "^5.11.0",
"tslint-microsoft-contrib": "5.0.1",
"typescript": "^2.1.5",
"typescript": "^3.0.0",
"vsce": "^1.37.5",
"vscode": "^1.1.18"
},
Expand Down

0 comments on commit 82abf3c

Please sign in to comment.