Skip to content

Commit

Permalink
Update package.json guidance for DPg (#1984)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Cowlishaw <[email protected]>
  • Loading branch information
lmazuel and markcowl authored Dec 18, 2024
1 parent 5506281 commit 9899b39
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ Modify your `package.json` to include the necessary dependencies for the languag
"@typespec/rest": "latest",
"@typespec/http": "latest",
"@azure-tools/typespec-azure-core": "latest",
"@azure-tools/typespec-python": "latest"
"@azure-tools/typespec-autorest": "latest",
"@azure-tools/typespec-python": "latest",
"@azure-tools/typespec-java": "latest",
"@azure-tools/typespec-csharp": "latest",
"@azure-tools/typespec-ts": "latest"
},
"private": true
}
Expand Down

0 comments on commit 9899b39

Please sign in to comment.