Skip to content

Commit

Permalink
revert build.gradle npmPublish
Browse files Browse the repository at this point in the history
Signed-off-by: Curtis Harding <[email protected]>
  • Loading branch information
curtis-h committed May 22, 2024
1 parent 78814d8 commit 5701242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apollo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -776,13 +776,13 @@ tasks.withType<DokkaTask>().configureEach {
}

npmPublish {
organization.set("hyperledger")
organization.set("atala")
version.set(rootProject.version.toString())
access.set(NpmAccess.PUBLIC)
packages {
access.set(NpmAccess.PUBLIC)
named("js") {
scope.set("hyperledger")
scope.set("atala")
packageName.set("apollo")
readme.set(rootDir.resolve("README.md"))
packageJson {
Expand Down

0 comments on commit 5701242

Please sign in to comment.