Skip to content

Commit

Permalink
Changed vscode engine version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoweb committed Dec 13, 2021
1 parent 27f4345 commit 287bdbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"displayName": "Extra Sql Script As",
"description": "This extension adds several missing options to the context menu of the object tree: Script Table as INSERT, Script Table as UPDATE...",
"publisher": "pacoweb",
"version": "0.4.0",
"version": "0.4.1",
"license": "https://raw.githubusercontent.com/pacoweb/extraSqlScriptAs/master/LICENSE",
"icon": "images/default_icon.png",
"repository": {
"type": "git",
"url": "https://github.com/pacoweb/extraSqlScriptAs.git"
},
"engines": {
"vscode": "^1.63.0",
"vscode": "^1.58.0",
"azdata": "*"
},
"categories": [
Expand Down Expand Up @@ -95,7 +95,7 @@
"proposedapi": "node installTypings.js"
},
"devDependencies": {
"@types/vscode": "^1.63.0",
"@types/vscode": "^1.58.0",
"@types/azdata": "*",
"@types/glob": "^7.2.0",
"@types/mocha": "^9.0.0",
Expand Down

0 comments on commit 287bdbb

Please sign in to comment.