Skip to content

Commit

Permalink
Update API dov.
Browse files Browse the repository at this point in the history
  • Loading branch information
pallab-gain committed Jul 10, 2019
1 parent f356e2c commit 00564b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pallab.gain/lazy-filter",
"libraryName": "LazyFilter",
"jsFileName" : "lazyfilter",
"jsFileName": "lazyfilter",
"version": "1.0.4",
"description": "Remove or filter out value, or list of values from JSON object lazily",
"main": "./src/filter.js",
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ const pickedUser = LazyFilter.pick(user, ["password","id","email"])
- Run tests

`npm run test`

#### API Doc
- https://obedient-yak.surge.sh/

0 comments on commit 00564b7

Please sign in to comment.