commit | 1018c9f1e117215f1ea7a937f0be791d25c01a48 | [log] [tgz] |
---|---|---|
author | Anton Bannykh <Anton.Bannykh@jetbrains.com> | Wed Nov 08 16:14:28 2017 +0300 |
committer | Anton Bannykh <Anton.Bannykh@jetbrains.com> | Wed Nov 08 16:14:28 2017 +0300 |
tree | 0705ca888a62cb4eadf7d5fc0ab7ef2e285039e1 | |
parent | d63b7ade7e00d22233def57ecc9bd67b3aa07226 [diff] |
JS: add 'kotlin' dependency for the kotlin-test NPM pacakge
diff --git a/js/npm.templates/kotlin-test/package.json b/js/npm.templates/kotlin-test/package.json index 65ad334..ac550f6 100644 --- a/js/npm.templates/kotlin-test/package.json +++ b/js/npm.templates/kotlin-test/package.json
@@ -19,5 +19,8 @@ "bugs": { "url": "kotl.in/issue" }, - "homepage": "kotlinlang.org" + "homepage": "kotlinlang.org", + "dependencies": { + "kotlin": "1.1.60" + } }