Skip to content

Commit d5971c0

Browse files
committed
Fixed versions of dependencies in package.json
1 parent 0d7323a commit d5971c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "kotlinx-coroutines-core-js",
33
"devDependencies": {
4-
"mocha": "^4.1.0"
4+
"mocha": "4.1.0"
55
},
66
"dependencies": {
7-
"source-map-support": "^0.5.2"
7+
"source-map-support": "0.5.3"
88
}
99
}

0 commit comments

Comments
 (0)