Skip to content

Commit

Permalink
feat(tree): export tree-lodash utils
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Aug 28, 2023
1 parent d3dd00c commit 468bd2b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
strict-peer-dependencies=false
registry=http://registry.npmmirror.com
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
],
"license": "MIT",
"dependencies": {
"react-is": "^18.2.0"
"react-is": "^18.2.0",
"tree-lodash": "^0.3.1"
},
"devDependencies": {
"@commitlint/cli": "17.4.4",
Expand Down
26 changes: 17 additions & 9 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions src/tree/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { toTree } from './toTree';
export { toArray, filter, find, foreach as forEach, some } from 'tree-lodash';

0 comments on commit 468bd2b

Please sign in to comment.