Skip to content

Commit

Permalink
Merge pull request #1000 from openlayers/allow_ol7
Browse files Browse the repository at this point in the history
Allow OL7
  • Loading branch information
gberaudo authored Sep 9, 2022
2 parents 9b974ba + b574b14 commit 8ec845c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ol-cesium",
"version": "2.13.0",
"version": "2.13.1",
"description": "OpenLayers Cesium integration library",
"scripts": {
"build-examples": "cross-env NODE_ENV=production TARGET=examples webpack --progress --bail",
Expand All @@ -22,8 +22,8 @@
"url": "https://github.com/openlayers/ol-cesium/issues"
},
"peerDependencies": {
"ol": ">= 6.0.1",
"cesium": ">= 1.62.0"
"cesium": ">= 1.62.0",
"ol": ">= 6.0.1 || 7"
},
"devDependencies": {
"@babel/core": "^7.14.3",
Expand All @@ -44,7 +44,7 @@
"htmlparser2": "^6.1.0",
"jsdoc": "^3.6.7",
"nomnom": "1.8.1",
"ol": "6.5.0",
"ol": "^7.1.0",
"proj4": "^2.7.2",
"temp": "0.9.4",
"typedoc": "^0.20.36",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
//"checkJs": true,
"noEmit": true,
"baseUrl": "./",
"skipLibCheck": true,
"moduleResolution": "node",
"paths": {
"ol/*": ["node_modules/ol/*"]
Expand Down

0 comments on commit 8ec845c

Please sign in to comment.