Skip to content

Commit

Permalink
chore: open-api package rename due to npm issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Oct 28, 2024
1 parent ac0e765 commit 104e03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/openapi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ kotlin {
nodejs()

compilations["main"].packageJson {
name = "@sphereon/openid-federation-openapi"
name = "@sphereon/openid-federation-open-api"
version = rootProject.extra["npmVersion"] as String
description = "OpenID Federation OpenAPI Library"
customField("description", "OpenID Federation OpenAPI Library")
Expand Down Expand Up @@ -189,7 +189,7 @@ npmPublish {
packages{
named("js") {
packageJson {
"name" by "@sphereon/openid-federation-openapi"
"name" by "@sphereon/openid-federation-open-api"
"version" by rootProject.extra["npmVersion"] as String
}
scope.set("@sphereon")
Expand Down

0 comments on commit 104e03b

Please sign in to comment.