We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beffe71 commit cfc6bb8Copy full SHA for cfc6bb8
package.json
@@ -2,7 +2,7 @@
2
"name": "codeowners-extended",
3
"displayName": "Codeowners Extended",
4
"description": "Brings the power of the codeowners file to your fingertips",
5
- "version": "1.0.1",
+ "version": "1.1.0",
6
"license": "Apache-2.0",
7
"author": {
8
"name": "Noah Manneschmidt",
@@ -60,12 +60,12 @@
60
"@typescript-eslint/eslint-plugin": "^5.31.0",
61
"@typescript-eslint/parser": "^5.31.0",
62
"@vscode/test-electron": "^2.1.5",
63
+ "@vscode/vsce": "^3.1.0",
64
"esbuild": "^0.15.8",
65
"eslint": "^8.20.0",
66
"glob": "^8.0.3",
67
"mocha": "^10.0.0",
- "typescript": "^4.7.4",
68
- "vsce": "^2.11.0"
+ "typescript": "^4.7.4"
69
},
70
"dependencies": {
71
"clipboardy": "^2.0.0",
0 commit comments