Update package version to 6.0.0-beta.6

This commit is contained in:
ahocevar
2019-04-17 18:23:53 -07:00
parent 3ba7ecc602
commit 5891aaadf9
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ main() {
npm install
npm run build-package
cd ${BUILT_PACKAGE}
npm publish
npm publish --tag beta
}
if test ${#} -ne 1; then