Skip to content

Commit

Permalink
chore(release): v1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 10, 2024
1 parent 3abce07 commit c329b81
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"name": "unique-objects",
"version": "1.0.6",
"description": "Get unique objects from array of objects",
"license": "MIT",
"repository": "https://github.com/palashmon/unique-objects",
"author": {
"name": "Palash Mondal",
"email": "[email protected]",
"url": "https://github.com/palashmon"
},
"sideEffects": false,
"engines": {
"node": ">=18.20.2"
},
"scripts": {
"test": "xo && ava",
"cover": "nyc --reporter=lcov ava",
"lint": "xo --fix"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"unique",
"array",
"objects",
"multiple",
"array item",
"keys",
"test",
"deduplication",
"distinct",
"filter",
"eliminate duplicates",
"javascript",
"data",
"manipulation",
"algorithm"
],
"devDependencies": {
"ava": "6.1.2",
"nyc": "15.1.0",
"xo": "0.58.0"
},
"type": "module",
"eslintIgnore": [
"index.d.ts"
]
"name": "unique-objects",
"version": "1.1.0",
"description": "Get unique objects from array of objects",
"license": "MIT",
"repository": "https://github.com/palashmon/unique-objects",
"author": {
"name": "Palash Mondal",
"email": "[email protected]",
"url": "https://github.com/palashmon"
},
"sideEffects": false,
"engines": {
"node": ">=18.20.2"
},
"scripts": {
"test": "xo && ava",
"cover": "nyc --reporter=lcov ava",
"lint": "xo --fix"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"unique",
"array",
"objects",
"multiple",
"array item",
"keys",
"test",
"deduplication",
"distinct",
"filter",
"eliminate duplicates",
"javascript",
"data",
"manipulation",
"algorithm"
],
"devDependencies": {
"ava": "6.1.2",
"nyc": "15.1.0",
"xo": "0.58.0"
},
"type": "module",
"eslintIgnore": [
"index.d.ts"
]
}

0 comments on commit c329b81

Please sign in to comment.