@theintern/dev
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -265,3 +265,3 @@ #!/usr/bin/env node | ||
process.chdir(publishDir); | ||
common_1.exec("npm publish --tag " + npmTag); | ||
common_1.exec("npm publish --tag " + npmTag + " --access public"); | ||
pushBranches.map(function (branch) { | ||
@@ -268,0 +268,0 @@ common_1.exec("git push origin " + branch); |
{ | ||
"name": "@theintern/dev", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Development support scripts for Intern projects.", | ||
@@ -5,0 +5,0 @@ "repository": { |
38218