Skip to content

Commit 8ec845c

Browse files
authored
Merge pull request #1000 from openlayers/allow_ol7
Allow OL7
2 parents 9b974ba + b574b14 commit 8ec845c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ol-cesium",
3-
"version": "2.13.0",
3+
"version": "2.13.1",
44
"description": "OpenLayers Cesium integration library",
55
"scripts": {
66
"build-examples": "cross-env NODE_ENV=production TARGET=examples webpack --progress --bail",
@@ -22,8 +22,8 @@
2222
"url": "https://github.com/openlayers/ol-cesium/issues"
2323
},
2424
"peerDependencies": {
25-
"ol": ">= 6.0.1",
26-
"cesium": ">= 1.62.0"
25+
"cesium": ">= 1.62.0",
26+
"ol": ">= 6.0.1 || 7"
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^7.14.3",
@@ -44,7 +44,7 @@
4444
"htmlparser2": "^6.1.0",
4545
"jsdoc": "^3.6.7",
4646
"nomnom": "1.8.1",
47-
"ol": "6.5.0",
47+
"ol": "^7.1.0",
4848
"proj4": "^2.7.2",
4949
"temp": "0.9.4",
5050
"typedoc": "^0.20.36",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//"checkJs": true,
66
"noEmit": true,
77
"baseUrl": "./",
8+
"skipLibCheck": true,
89
"moduleResolution": "node",
910
"paths": {
1011
"ol/*": ["node_modules/ol/*"]

0 commit comments

Comments
 (0)