Skip to content

Commit

Permalink
Don't set publish tag in package.json since it overrides the CLI flags
Browse files Browse the repository at this point in the history
(cherry picked from commit 796e0fe)
  • Loading branch information
anton-bannykh committed Sep 28, 2017
1 parent ab6bc43 commit ef639ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions js/npm.templates/kotlin-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@
"homepage": "kotlinlang.org",
"bin": {
"kotlinc-js": "bin/kotlinc-js-runner.js"
},
"publishConfig" : {
"tag" : "dev"
}
}
5 changes: 1 addition & 4 deletions js/npm.templates/kotlin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@
"bugs": {
"url": "kotl.in/issue"
},
"homepage": "kotlinlang.org",
"publishConfig" : {
"tag" : "dev"
}
"homepage": "kotlinlang.org"
}

0 comments on commit ef639ec

Please sign in to comment.