Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
palashmon authored Apr 4, 2024
1 parent 8054b72 commit 327a46c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unique-objects",
"version": "1.1.0",
"version": "1.0.6",
"description": "Get unique objects from array of objects",
"license": "MIT",
"repository": "https://github.com/palashmon/unique-objects",
Expand Down Expand Up @@ -28,7 +28,15 @@
"multiple",
"array item",
"keys",
"test"
"test",
"deduplication",
"distinct",
"filter",
"eliminate duplicates",
"javascript",
"data",
"manipulation",
"algorithm"
],
"devDependencies": {
"ava": "^6.0.1",
Expand All @@ -39,4 +47,4 @@
"eslintIgnore": [
"index.d.ts"
]
}
}

0 comments on commit 327a46c

Please sign in to comment.