Skip to content

Commit

Permalink
chore(bower.json, package.json): update openlayers to 4.3.4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: upgrade to openlayers 4
The upgrade to openlayers 4 might break some people.
  • Loading branch information
mfdev1 authored and juristr committed Feb 14, 2018
1 parent 2411220 commit e7a0708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"angular": "1.4.9",
"angular-sanitize": "1.4.9",
"openlayers": "https://github.com/openlayers/ol3/releases/download/v3.16.0/v3.16.0-dist.zip"
"openlayers": "https://github.com/openlayers/ol3/releases/download/v4.3.4/v4.3.4-dist.zip"
},
"devDependencies": {
"jquery": "*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"angular": "~1.4.8",
"angular-sanitize": "~1.4.8",
"openlayers": "~3.18.1"
"openlayers": "~4.3.4"
},
"devDependencies": {
"grunt": "~0.4.5",
Expand Down

0 comments on commit e7a0708

Please sign in to comment.