[Gradle, JS] KT-37207 Correct path to dependency directory
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ data class NpmDependency(
|
||||
) : this(
|
||||
project,
|
||||
name,
|
||||
"file:${directory.relativeToRoot(project)}"
|
||||
"$FILE_VERSION_PREFIX${directory.canonicalPath}"
|
||||
)
|
||||
|
||||
enum class Scope {
|
||||
|
||||
Reference in New Issue
Block a user