Version and beta tag for v6.0.0-beta.1

This commit is contained in:
ahocevar
2019-02-04 14:00:42 +01:00
parent 83e7e3ad5c
commit f02f6a11ab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "ol", "name": "ol",
"version": "5.3.0", "version": "6.0.0-beta.1",
"description": "OpenLayers mapping library", "description": "OpenLayers mapping library",
"keywords": [ "keywords": [
"map", "map",
+1 -1
View File
@@ -76,7 +76,7 @@ main() {
npm install npm install
npm run build-package npm run build-package
cd ${BUILT_PACKAGE} cd ${BUILT_PACKAGE}
npm publish npm publish --tag beta
} }
if test ${#} -ne 1; then if test ${#} -ne 1; then