We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parseVcsInfo()
1 parent 385034f commit f9cfa61Copy full SHA for f9cfa61
plugins/package-managers/node/src/main/kotlin/Utils.kt
@@ -104,7 +104,7 @@ internal fun Collection<String>.mapLicenses(): Set<String> =
104
}
105
106
/**
107
- * Parse information about the VCS from the [package.json][node] file of a module.
+ * Parse information about the VCS from the [packageJson] of a module.
108
*/
109
internal fun parseVcsInfo(packageJson: PackageJson): VcsInfo {
110
// See https://github.com/npm/read-package-json/issues/7 for some background info.
0 commit comments