Skip to content

Commit

Permalink
fix: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dereekb committed Jan 11, 2024
1 parent 18968ff commit 7492351
Show file tree
Hide file tree
Showing 3 changed files with 3,074 additions and 5,142 deletions.
2 changes: 1 addition & 1 deletion libs/ngx-mapbox-gl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"peerDependencies": {
"@angular/core": "^16.0.0 || ^17.0.0",
"@angular/common": "^16.0.0 || ^17.0.0",
"mapbox-gl": "^2.9.0",
"mapbox-gl": ">= 2.9.2 < 4",
"rxjs": "^7.8.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-mapbox-gl/src/lib/map/map.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
NgZone,
Optional,
} from '@angular/core';
import MapboxGl from 'mapbox-gl';
import * as MapboxGl from 'mapbox-gl';
import { AsyncSubject, Observable, Subscription } from 'rxjs';
import { first } from 'rxjs/operators';
import {
Expand Down
Loading

0 comments on commit 7492351

Please sign in to comment.