[Gradle, Wasm] Detect correct browser executable depends on OS
This commit is contained in:
committed by
Space Team
parent
c4eca5f2df
commit
e93fa380e2
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@kotlin/js-tests-teamcity",
|
||||
"name": "kotlin-test-js-runner",
|
||||
"version": "0.0.1",
|
||||
"description": "Simple Kotlin/JS tests runner with TeamCity reporter",
|
||||
"main": "lib/index.js",
|
||||
@@ -26,6 +26,7 @@
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"typescript": "^3.7.2",
|
||||
"format-util": "^1.0.5",
|
||||
"tslib": "^2.3.1"
|
||||
"tslib": "^2.3.1",
|
||||
"is-wsl": "^2.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user