Skip to content

Commit 6378486

Browse files
authored
Change kotlin to be a peer dependency
This fixed Kotlin#339 and Kotlin#340
1 parent 379f210 commit 6378486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/kotlinx-coroutines-core-js/npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"JavaScript",
2121
"JetBrains"
2222
],
23-
"dependencies": {
23+
"peerDependencies": {
2424
"kotlin": "$kotlin_version"
2525
}
2626
}

0 commit comments

Comments
 (0)