Skip to content

Commit

Permalink
set maplibre gl as peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mlazar committed Jul 21, 2023
1 parent 1c56f96 commit e4a4a0a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libs/mapjet-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inelo/mapjet-core",
"version": "0.5.0",
"version": "0.5.1",
"author": "Inelo <rwalus@inelo.pl>",
"license": "MIT",
"main": "dist/src/index",
Expand All @@ -25,10 +25,12 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"maplibre-gl": "^2.1.9",
"resize-observer-polyfill": "^1.5.1"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"maplibre-gl": ">=2.0.0 <= ^4.0.0"
}
}

0 comments on commit e4a4a0a

Please sign in to comment.