File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ npmPublish {
147
147
readme = project.file(" README.npm.md" )
148
148
packages {
149
149
named(" js" ) {
150
+ scope = " pokeapi"
150
151
packageJson {
151
152
description = " Promise based client for PokéAPI written in Kotlin"
152
153
keywords = setOf (" pokeapi" , " pokemon" , " api" , " kotlin" )
@@ -165,7 +166,7 @@ npmPublish {
165
166
}
166
167
}
167
168
registries {
168
- npmjs { authToken = project.properties[" npmPublishToken " ]?.toString() }
169
+ npmjs { authToken = project.properties[" npmAccessToken " ]?.toString() }
169
170
github { authToken = project.properties[" GitHubPackagesPassword" ]?.toString() }
170
171
}
171
172
}
@@ -185,7 +186,7 @@ mavenPublishing {
185
186
signAllPublications()
186
187
pom {
187
188
name = " PokeKotlin"
188
- description = " Kotlin client for The Pokémon API "
189
+ description = " Kotlin client for PokéAPI "
189
190
url = " https://pokeapi.github.io/pokekotlin/"
190
191
licenses {
191
192
license {
You can’t perform that action at this time.
0 commit comments