[Gradle, JS] Remove redundant from kotlin-test-js-runner

This commit is contained in:
Ilya Goncharov
2019-11-14 16:03:54 +03:00
parent 6a6bef0f6c
commit 77950c5410
2 changed files with 1 additions and 7 deletions
@@ -14,10 +14,9 @@
"build": "rimraf lib/* && rollup -c rollup.config.js"
},
"dependencies": {
"@types/node": "^10.12.21",
"browser-process-hrtime": "^1.0.0"
},
"devDependencies": {
"@types/node": "^10.12.21",
"rimraf": "^2.6.3",
"rollup": "^1.1.2",
"rollup-plugin-commonjs": "^9.2.0",