File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ npmPublish {
147147 readme = project.file(" README.npm.md" )
148148 packages {
149149 named(" js" ) {
150+ scope = " pokeapi"
150151 packageJson {
151152 description = " Promise based client for PokéAPI written in Kotlin"
152153 keywords = setOf (" pokeapi" , " pokemon" , " api" , " kotlin" )
@@ -165,7 +166,7 @@ npmPublish {
165166 }
166167 }
167168 registries {
168- npmjs { authToken = project.properties[" npmPublishToken " ]?.toString() }
169+ npmjs { authToken = project.properties[" npmAccessToken " ]?.toString() }
169170 github { authToken = project.properties[" GitHubPackagesPassword" ]?.toString() }
170171 }
171172}
@@ -185,7 +186,7 @@ mavenPublishing {
185186 signAllPublications()
186187 pom {
187188 name = " PokeKotlin"
188- description = " Kotlin client for The Pokémon API "
189+ description = " Kotlin client for PokéAPI "
189190 url = " https://pokeapi.github.io/pokekotlin/"
190191 licenses {
191192 license {
You can’t perform that action at this time.
0 commit comments