Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xingsy97 committed Dec 2, 2023
1 parent c7a0b13 commit af8662f
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-azurewebpubsub",
"displayName": "Azure Web PubSub",
"description": "%azureWebPubSub.common.description%",
"version": "0.0.1-beta.1",
"version": "0.0.1-beta.2",
"publisher": "ms-azuretools",
"icon": "resources/azure-web-pubsub.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
Expand Down Expand Up @@ -213,7 +213,7 @@
"build": "tsc && gulp webpack-prod",
"cleanReadme": "gulp cleanReadme",
"compile": "tsc -watch",
"package": "vsce package --githubBranch main --no-dependencies",
"package": "vsce package --githubBranch master --no-dependencies",
"lint": "eslint --ext .ts .",
"lint-fix": "eslint --ext .ts . --fix",
"pretest": "gulp preTest",
Expand Down

0 comments on commit af8662f

Please sign in to comment.