Skip to content

Commit 719f860

Browse files
committed
Add version to NPM dependencies
1 parent e5cbc4c commit 719f860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/main/src/kotlinx/benchmark/gradle/JsMultiplatformTasks.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ private fun Project.createJsBenchmarkCompileTask(target: JsBenchmarkTarget): Kot
3030
sourceSet.dependencies {
3131
implementation(compilation.compileDependencyFiles)
3232
implementation(compilation.output.allOutputs)
33-
implementation(npm("benchmark"))
34-
runtimeOnly(npm("source-map-support"))
33+
implementation(npm("benchmark", "*"))
34+
runtimeOnly(npm("source-map-support", "*"))
3535
}
3636
compileKotlinTask.apply {
3737
group = BenchmarksPlugin.BENCHMARKS_TASK_GROUP

0 commit comments

Comments
 (0)