Publish to NPM with dev tag by default

This commit is contained in:
Zalim Bashorov
2017-06-19 18:20:14 +03:00
parent 04c09bedeb
commit 06cd02f769
2 changed files with 8 additions and 2 deletions
@@ -18,5 +18,8 @@
"bugs": {
"url": "kotl.in/issue"
},
"homepage": "kotlinlang.org"
"homepage": "kotlinlang.org",
"publishConfig" : {
"tag" : "dev"
}
}
+4 -1
View File
@@ -19,5 +19,8 @@
"bugs": {
"url": "kotl.in/issue"
},
"homepage": "kotlinlang.org"
"homepage": "kotlinlang.org",
"publishConfig" : {
"tag" : "dev"
}
}