Skip to content

Commit

Permalink
fix: try release with new account
Browse files Browse the repository at this point in the history
  • Loading branch information
JCofman committed Mar 5, 2022
1 parent 0a367fa commit 611fec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testextension",
"displayName": "testExtension",
"name": "vscode-action-test-extension",
"displayName": "vscode-action-test-extension",
"description": "",
"version": "0.0.5",
"engines": {
Expand All @@ -22,7 +22,7 @@
]
},
"repository": "https://github.com/JCofman/vscodeaction",
"publisher": "vscodeactiontest",
"publisher": "vscode-action-test-extension",
"scripts": {
"vscode:prepublish": "yarn run compile",
"compile": "tsc -p ./",
Expand Down

0 comments on commit 611fec1

Please sign in to comment.