Skip to content

Commit

Permalink
openlayers 6.5.0 as 6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed Apr 16, 2021
1 parent 0a249d3 commit 9e5f32b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is just a legacy build of OpenLayers used in geoext. If you want to use OpenLayers the intended way install the `ol` package.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@geoext/openlayers-legacy",
"version": "6.5.1",
"description": "openlayers legacy build for geoext",
"description": "OpenLayers legacy build for geoext",
"scripts": {
"build": "rm -rf dist && cd node_modules/ol/ && npm i && npm run build-legacy && cp -r build/legacy ../../dist && cp LICENSE.md ../../dist/ && cd ../../",
"release": "npm run build && np 6.5.1 --no-yarn"
"release": "npm run build && np 6.5.2 --no-yarn"
},
"keywords": [
"geoext",
Expand All @@ -22,5 +22,8 @@
},
"publishConfig": {
"access": "public"
}
},
"files": [
"dist/*"
]
}

0 comments on commit 9e5f32b

Please sign in to comment.