Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Johnson committed Aug 9, 2021
1 parent 640baad commit c9b33bd
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-labs",
"preview": true,
"displayName": "Auth0 Labs",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Visual Studio Code extension for training lab automation and quick access to tenant information.",
"main": "./dist/extension.js",
"publisher": "auth0",
Expand Down Expand Up @@ -45,7 +45,7 @@
"pretest": "tsc -p ./ && npm run build",
"test": "node ./out/tests/runTest.js",
"package": "npx vsce package -o release.vsix",
"deploy": "npx vsce publish --packagePath release.vsix"
"deploy": "vsce publish --packagePath ./release.vsix"
},
"homepage": "https://auth0.com",
"categories": [
Expand Down

0 comments on commit c9b33bd

Please sign in to comment.