Skip to content

Commit

Permalink
chore: dedupe packs (#1172)
Browse files Browse the repository at this point in the history
* chore: dedupe packs

* chore: nolyfill
  • Loading branch information
Saul-Mirone authored Nov 27, 2023
1 parent fb1f77a commit bb8aee8
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 1,326 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,15 @@
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@latest",
"es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@latest",
"function-bind": "npm:@nolyfill/function-bind@latest",
"has": "npm:@nolyfill/has@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.entries": "npm:@nolyfill/object.entries@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
"object.hasown": "npm:@nolyfill/object.hasown@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"side-channel": "npm:@nolyfill/side-channel@latest",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest"
}
}
Expand Down
Loading

0 comments on commit bb8aee8

Please sign in to comment.