Update package version to 5.1.0

This commit is contained in:
Tim Schaub
2018-07-20 18:16:47 -06:00
parent b04728d907
commit 9061e93c59

View File

@@ -1,6 +1,6 @@
{
"name": "ol",
"version": "5.0.3",
"version": "5.1.0",
"description": "OpenLayers mapping library",
"keywords": [
"map",
@@ -84,5 +84,7 @@
"eslintConfig": {
"extends": "openlayers"
},
"sideEffects": ["ol.css"]
"sideEffects": [
"ol.css"
]
}