Skip to content

Commit

Permalink
fix: removed polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
alisahinozcelik committed May 15, 2021
1 parent f9c40a0 commit e8eb168
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
},
"dependencies": {
"@thalesrc/js-utils": "^2.9.3",
"resize-observer-polyfill": "^1.5.0",
"rxjs": "^6.4.0"
}
}
1 change: 0 additions & 1 deletion src/resize-observer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Observable, fromEvent, Subject } from "rxjs";
import { share, map, filter, throttleTime, merge, distinctUntilChanged, debounceTime, mapTo } from "rxjs/operators";
import ResizeObserver from "resize-observer-polyfill";
import { isFalsy, isTruthy } from "@thalesrc/js-utils";

/**
Expand Down

0 comments on commit e8eb168

Please # to comment.