Publish kotlin compiler artifacts to NPM

This commit is contained in:
Zalim Bashorov
2017-06-19 18:47:14 +03:00
parent 06cd02f769
commit 8b9fd44bbe
2 changed files with 7 additions and 1 deletions
@@ -19,6 +19,9 @@
"url": "kotl.in/issue"
},
"homepage": "kotlinlang.org",
"bin": {
"kotlinc-js": "bin/kotlinc-js"
},
"publishConfig" : {
"tag" : "dev"
}