Skip to content

Commit

Permalink
Update package.json with a compatible engine (#51)
Browse files Browse the repository at this point in the history
VSCode supports the `^1.7.0` syntax, not the `1.7.x` one.
  • Loading branch information
joaomoreno authored and Keisuke KATO committed Dec 8, 2016
1 parent a118626 commit b13897f
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
Expand Up @@ -3,7 +3,7 @@
"version": "0.2.6",
"publisher": "k--kato",
"engines": {
"vscode": "1.7.x"
"vscode": "^1.7.0"
},
"displayName": "IntelliJ IDEA Keybindings",
"description": "Port of IntelliJ IDEA Keybindings",
Expand Down Expand Up @@ -1368,4 +1368,4 @@
}
]
}
}
}

0 comments on commit b13897f

Please sign in to comment.