Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Jan 26, 2024
1 parent b5badea commit 5d3fbcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# deep values
# deepValues and deepFilter
- `deepValues` deep capture version of Object.values that return all object's primative values
- `deepFilter` piggy-back on `deepValues` to allow for deep filtering on object primative values

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deep-values",
"version": "1.1.1",
"description": "deepValues version of Object.values and deepFilter",
"description": "deep version of Object.values and deepFilter",
"license": "MIT",
"repository": "niiknow/deep-values",
"author": {
Expand All @@ -19,6 +19,7 @@
"keywords": [
"deep",
"values",
"filter",
"deep-values",
"deep-filter"
],
Expand Down

0 comments on commit 5d3fbcb

Please sign in to comment.