Skip to content

Commit

Permalink
fix: vscode engine versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellzc committed Sep 22, 2018
1 parent df73b0a commit 765d30b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"version": "0.2.1",
"engines": {
"vscode": "^1.26"
"vscode": "^1.26.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/ExiaSR/vscode-hadolint"
},
"engines": {
"vscode": "^1.26",
"vscode": "^1.26.0",
"node": "^8.0.0"
},
"categories": [
Expand Down

0 comments on commit 765d30b

Please sign in to comment.