Skip to content

Commit 905a512

Browse files
committed
typo fixed
1 parent 6c2ed55 commit 905a512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ npm_version = 5.7.1
1414
mocha_version = 4.1.0
1515
mocha_headless_chrome_version = 1.8.2
1616
mocha_teamcity_reporter_version = 2.2.2
17-
source_map_suport_version = 0.5.3
17+
source_map_support_version = 0.5.3
1818

1919
kotlin.incremental.multiplatform=true

gradle/test-mocha-js.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
task installDependenciesMochaNode(type: NpmTask, dependsOn: [npmInstall]) {
44
args = ['install',
55
"mocha@$mocha_version",
6-
"source-map-support@$source_map_suport_version",
6+
"source-map-support@$source_map_support_version",
77
'--no-save']
88
if (project.hasProperty("teamcity")) args += [
99
"mocha-teamcity-reporter@$mocha_teamcity_reporter_version"]

0 commit comments

Comments
 (0)