Skip to content

Commit 3aae834

Browse files
authored
update supported package managers (#915)
1 parent cedfba0 commit 3aae834

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ $ npx @vscode/vsce --version
3232

3333
`@vscode/vsce` is meant to be mainly used as a command-line tool. It can also be used as a library since it exposes a small [API](https://github.com/microsoft/vscode-vsce/blob/main/src/api.ts). When using `@vscode/vsce` as a library, be sure to sanitize any user input used in API calls to prevent security issues.
3434

35+
Supported package managers:
36+
37+
- `npm >=6`
38+
- `yarn >=1 <2`
39+
3540
## Configuration
3641

3742
You can configure the behavior of `vsce` by using CLI flags (run `vsce --help` to list them all). Example:

0 commit comments

Comments
 (0)