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
+4 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "ol", "name": "ol",
"version": "5.0.3", "version": "5.1.0",
"description": "OpenLayers mapping library", "description": "OpenLayers mapping library",
"keywords": [ "keywords": [
"map", "map",
@@ -84,5 +84,7 @@
"eslintConfig": { "eslintConfig": {
"extends": "openlayers" "extends": "openlayers"
}, },
"sideEffects": ["ol.css"] "sideEffects": [
"ol.css"
]
} }