Skip to content

Commit

Permalink
fix(#108): compat with older version of array-flatten (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW authored Oct 22, 2024
1 parent 66871d9 commit dd0f294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/data/single-file/src/array-flatten.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export const flatten = (x: any[]) => x.flat(Infinity);
export default flatten;
2 changes: 1 addition & 1 deletion packages/generated/array-flatten/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/generated/array-flatten/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nolyfill/array-flatten",
"version": "1.0.40",
"version": "1.0.42",
"repository": {
"type": "git",
"url": "https://github.com/SukkaW/nolyfill",
Expand Down

0 comments on commit dd0f294

Please sign in to comment.