Skip to content

Commit

Permalink
fix packagename
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed May 6, 2024
1 parent 864cd75 commit 5b34435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func Provider() tfbridge.ProviderInfo {
// },
},
JavaScript: &tfbridge.JavaScriptInfo{
PackageName: "@sst-provider/pulumi",
PackageName: "@sst-provider/supabase",
// List any npm dependencies and their versions
Dependencies: map[string]string{
"@pulumi/pulumi": "^3.0.0",
Expand Down

0 comments on commit 5b34435

Please sign in to comment.