Update package version to 6.0.0-beta.3

This commit is contained in:
ahocevar
2019-03-11 10:44:13 +01:00
parent dfabcc0c66
commit 937b57c7d9
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