RepositoryRemoteRepositoryConfigNpmRepository

data class RepositoryRemoteRepositoryConfigNpmRepository(val publicRepository: String? = null)

Constructors

constructor(publicRepository: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Address of the remote repository. Default value is NPMJS. Possible values are: NPMJS.