Don't set publish tag in package.json since it overrides the CLI flags

This commit is contained in:
Anton Bannykh
2017-09-28 19:45:44 +03:00
parent e8682fa9b9
commit 796e0feaa4
2 changed files with 1 additions and 7 deletions
@@ -21,8 +21,5 @@
"homepage": "kotlinlang.org", "homepage": "kotlinlang.org",
"bin": { "bin": {
"kotlinc-js": "bin/kotlinc-js-runner.js" "kotlinc-js": "bin/kotlinc-js-runner.js"
},
"publishConfig" : {
"tag" : "dev"
} }
} }
+1 -4
View File
@@ -19,8 +19,5 @@
"bugs": { "bugs": {
"url": "kotl.in/issue" "url": "kotl.in/issue"
}, },
"homepage": "kotlinlang.org", "homepage": "kotlinlang.org"
"publishConfig" : {
"tag" : "dev"
}
} }