Skip to content

Commit

Permalink
Update extension name, description, URLs (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Cheng <[email protected]>
  • Loading branch information
gadenbuie and jcheng5 authored Apr 26, 2024
1 parent e1237e3 commit c924d50
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "shiny-python",
"displayName": "Shiny for Python",
"description": "Shiny for Python support",
"displayName": "Shiny",
"description": "Run and develop Shiny apps in Python or R.",
"version": "0.1.6",
"publisher": "Posit",
"icon": "logo.png",
"repository": {
"type": "git",
"url": "https://github.com/rstudio/pyshiny-vscode"
"url": "https://github.com/posit-dev/shiny-vscode"
},
"homepage": "https://github.com/posit-dev/shiny-vscode/",
"bugs": {
"url": "https://github.com/posit-dev/shiny-vscode/issues/"
},
"engines": {
"vscode": "^1.66.0"
Expand Down

0 comments on commit c924d50

Please sign in to comment.