Merge pull request #1321 from JetBrains/abannykh/fix-npm-publish

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:50:11 +03:00
committed by GitHub
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"
}
} }