Skip to content

Commit d612629

Browse files
authored
revert build.gradle npmPublish (#162)
Signed-off-by: Curtis Harding <[email protected]>
1 parent 78814d8 commit d612629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apollo/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,13 +776,13 @@ tasks.withType<DokkaTask>().configureEach {
776776
}
777777

778778
npmPublish {
779-
organization.set("hyperledger")
779+
organization.set("atala")
780780
version.set(rootProject.version.toString())
781781
access.set(NpmAccess.PUBLIC)
782782
packages {
783783
access.set(NpmAccess.PUBLIC)
784784
named("js") {
785-
scope.set("hyperledger")
785+
scope.set("atala")
786786
packageName.set("apollo")
787787
readme.set(rootDir.resolve("README.md"))
788788
packageJson {

0 commit comments

Comments
 (0)