Skip to content

Commit

Permalink
Allow ol 8 in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Sep 5, 2023
1 parent 26a0cf5 commit 05d3d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "",
"license": "bsd",
"peerDependencies": {
"ol": "^5.2.0 || 6 || 7",
"ol": "^5.2.0 || 6 || 7 || 8",
"proj4": "^2.6.2"
},
"devDependencies": {
Expand Down

0 comments on commit 05d3d84

Please sign in to comment.