Skip to content

Commit d7a7d12

Browse files
authored
Add @vscode/vsce devDependency
Signed-off-by: GitHub <noreply@github.com>
1 parent ab8118a commit d7a7d12

2 files changed

Lines changed: 783 additions & 4 deletions

File tree

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"test": "jest",
3030
"typecheck": "tsc --noEmit",
3131
"vscode:prepublish": "yarn build",
32-
"watch": "yarn compile --watch"
32+
"watch": "yarn compile --watch",
33+
"package": "vsce package"
3334
},
3435
"keywords": [
3536
"1password",
@@ -174,6 +175,7 @@
174175
"@types/uuid": "^9.0.1",
175176
"@types/vscode": "^1.66.0",
176177
"@typescript-eslint/eslint-plugin": "^7.10.0",
178+
"@vscode/vsce": "2.25.0",
177179
"cross-env": "^7.0.3",
178180
"esbuild": "^0.21.3",
179181
"esbuild-register": "^3.5.0",
@@ -189,5 +191,8 @@
189191
"typescript": "^5.4.5",
190192
"uuid": "^9.0.0",
191193
"yaml": "^2.3.1"
194+
},
195+
"resolutions": {
196+
"cheerio": "^0"
192197
}
193198
}

0 commit comments

Comments
 (0)