Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grrowl committed Jan 29, 2025
1 parent ee2e044 commit 7bd853d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-keyed-flatten-children",
"version": "3.2.0",
"version": "4.0.0",
"description": "Flattens React children and fragments to an array with predictable and stable keys",
"type": "module",
"exports": {
Expand All @@ -21,10 +21,18 @@
"test": "tsx index.spec.tsx",
"prepublishOnly": "npm run build"
},
"keywords": ["react", "fragment", "flatten", "children", "utility"],
"keywords": [
"react",
"fragment",
"flatten",
"children",
"utility"
],
"author": "Tom McKenzie <[email protected]>",
"license": "MIT",
"files": ["dist/"],
"files": [
"dist/"
],
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
Expand Down

0 comments on commit 7bd853d

Please sign in to comment.