Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xingsy97 committed Dec 2, 2023
1 parent a3c152f commit c040ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-azureresourcegroups",
"displayName": "Azure Resources",
"description": "%azureResourceGroups.description%",
"version": "0.8.1-alpha.0",
"version": "0.8.1-alpha.2",
"publisher": "ms-azuretools",
"icon": "resources/resourceGroup.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
Expand Down Expand Up @@ -575,7 +575,7 @@
"build": "tsc && gulp webpack-prod",
"cleanReadme": "gulp cleanReadme",
"compile": "tsc -watch",
"package": "vsce package --githubBranch main",
"package": "vsce package --githubBranch wps",
"lint": "eslint --ext .ts .",
"lint-fix": "eslint --ext .ts . --fix",
"listIcons": "gulp listIcons",
Expand Down

0 comments on commit c040ceb

Please sign in to comment.