Skip to content

Commit

Permalink
lets try it ! (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaardsholt <lasse.gaardsholt@bestseller.com>
  • Loading branch information
Gaardsholt authored May 25, 2022
1 parent 2ba355d commit b6fc076
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
52 changes: 26 additions & 26 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"onFileSystem:git"
],
"main": "./out/extension.js",
"browser": "./out/extension.js",
"extensionDependencies": [
"vscode.git"
],
Expand Down Expand Up @@ -59,9 +60,9 @@
"deploy": "vsce deploy"
},
"devDependencies": {
"@types/node": "^16.11.1",
"@types/node": "^17.0.35",
"@types/vscode": "^1.60.0",
"typescript": "^4.5.4",
"typescript": "^4.6.4",
"vsce": "^2.8.0"
}
}

0 comments on commit b6fc076

Please sign in to comment.