Skip to content

Commit

Permalink
remove unecessary tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Jun 30, 2020
1 parent f2ee126 commit f8eb27f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build-system/compile/sources.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ const COMMON_GLOBS = [
'node_modules/promise-pjs/package.json',
'node_modules/promise-pjs/promise.mjs',
'node_modules/rrule/dist/es5/rrule.min.js',
'node_modules/tslib/package.json',
'node_modules/tslib/tslib.es6.js',
'node_modules/web-animations-js/package.json',
'node_modules/web-animations-js/web-animations.install.js',
'node_modules/web-activities/package.json',
Expand Down
2 changes: 1 addition & 1 deletion build-system/tasks/update-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function patchIntersectionObserver() {
}

/**
* TODO(friedj): remove this patch when a better fix is upstreamed (https://github.com/jakubroztocil/rrule/pull/410).
* TODO(samouri): remove this patch when a better fix is upstreamed (https://github.com/jakubroztocil/rrule/pull/410).
*
* Patches rrule to remove references to luxon. Even though rrule marks luxon as an optional dependency,
* it is used as if its a required one (static import). rrule relies on its consumers either
Expand Down

0 comments on commit f8eb27f

Please sign in to comment.