Skip to content

Commit

Permalink
docs(bower): Trivially add a comment to the model
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Dec 12, 2024
1 parent ae6e660 commit 69ace3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/package-managers/bower/src/main/kotlin/Model.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ internal data class PackageMeta(
val description: String? = null,
val license: String? = null,
val homepage: String? = null,

// These map dependency names to version specifications.
val dependencies: Map<String, String> = emptyMap(),
val devDependencies: Map<String, String> = emptyMap(),

val version: String? = null,
@SerialName("_resolution")
val resolution: Resolution? = null,
Expand Down

0 comments on commit 69ace3b

Please sign in to comment.