Skip to content

Commit f753d4f

Browse files
committed
Fixed kotlinx-coroutines-core.js main file
1 parent 9fcb24f commit f753d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kotlinx-coroutines-core",
33
"version" : "$version",
44
"description" : "Library support for Kotlin coroutines",
5-
"main" : "kotlinx-coroutines-core-js.js",
5+
"main" : "kotlinx-coroutines-core.js",
66
"author": "JetBrains",
77
"license": "Apache-2.0",
88
"homepage": "https://github.com/Kotlin/kotlinx.coroutines",

0 commit comments

Comments
 (0)