Skip to content

Commit 90d3baf

Browse files
committed
Package name update
1 parent 4cef51c commit 90d3baf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm i
3838
npm install -g vsce
3939
vsce package
4040
```
41-
`vscode-slither-X.X.X.vsix` will be created.
41+
`slither-vscode-X.X.X.vsix` will be created.
4242

4343
Install the VSIX file in Visual Studio through `Extensions`, under the `...` menu.
4444

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "vscode-slither",
2+
"name": "slither-vscode",
33
"displayName": "Slither",
44
"description": "Slither: Solidity static analysis framework integration for Visual Studio",
55
"version": "0.0.7",

0 commit comments

Comments
 (0)