Skip to content

Commit dd0f294

Browse files
authored
fix(#108): compat with older version of array-flatten (#110)
1 parent 66871d9 commit dd0f294

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export const flatten = (x: any[]) => x.flat(Infinity);
2+
export default flatten;

packages/generated/array-flatten/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/generated/array-flatten/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nolyfill/array-flatten",
3-
"version": "1.0.40",
3+
"version": "1.0.42",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/SukkaW/nolyfill",

0 commit comments

Comments
 (0)