Change naming from commin cli.ts to concrete platform nodejs.ts

This commit is contained in:
Ilya Goncharov
2019-09-19 14:48:49 +03:00
parent c2b5df83f6
commit 10c36ae5c5
3 changed files with 2 additions and 2 deletions
@@ -44,7 +44,7 @@ tasks {
inputs.dir("src")
inputs.files(
"cli.ts",
"nodejs.ts",
"karma.ts",
"nodejs-source-map-support.js",
"package.json",
@@ -7,7 +7,7 @@ const pckg = require('./package.json');
export default [
{
input: './cli.ts',
input: './nodejs.ts',
output: {
file: 'lib/kotlin-test-nodejs-runner.js',
format: 'cjs',