Compare commits
1 Commits
v6.0.0-bet
...
v6.0.0-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5891aaadf9 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ol",
|
"name": "ol",
|
||||||
"version": "5.3.0",
|
"version": "6.0.0-beta.6",
|
||||||
"description": "OpenLayers mapping library",
|
"description": "OpenLayers mapping library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"map",
|
"map",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user