Skip to content

Commit 4bdff7f

Browse files
chore(release): v1.1.0 [skip ci]
1 parent 0bfa47d commit 4bdff7f

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

package.json

+37-37
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "clone-array-objects",
3-
"version": "1.0.2",
4-
"description": "Clone an array of objects",
5-
"license": "MIT",
6-
"repository": "https://github.com/palashmon/clone-array-objects",
7-
"author": {
8-
"name": "Palash Mondal",
9-
"email": "[email protected]",
10-
"url": "https://github.com/palashmon"
11-
},
12-
"sideEffects": false,
13-
"engines": {
14-
"node": ">=18.20.2"
15-
},
16-
"scripts": {
17-
"test": "xo && ava",
18-
"lint": "xo --fix",
19-
"cover": "nyc --reporter=lcov ava"
20-
},
21-
"files": [
22-
"index.js"
23-
],
24-
"keywords": [
25-
"clone",
26-
"array",
27-
"objects",
28-
"multiple",
29-
"array item",
30-
"keys",
31-
"test"
32-
],
33-
"devDependencies": {
34-
"ava": "6.1.2",
35-
"nyc": "15.1.0",
36-
"xo": "0.58.0"
37-
},
38-
"type": "module"
2+
"name": "clone-array-objects",
3+
"version": "1.1.0",
4+
"description": "Clone an array of objects",
5+
"license": "MIT",
6+
"repository": "https://github.com/palashmon/clone-array-objects",
7+
"author": {
8+
"name": "Palash Mondal",
9+
"email": "[email protected]",
10+
"url": "https://github.com/palashmon"
11+
},
12+
"sideEffects": false,
13+
"engines": {
14+
"node": ">=18.20.2"
15+
},
16+
"scripts": {
17+
"test": "xo && ava",
18+
"lint": "xo --fix",
19+
"cover": "nyc --reporter=lcov ava"
20+
},
21+
"files": [
22+
"index.js"
23+
],
24+
"keywords": [
25+
"clone",
26+
"array",
27+
"objects",
28+
"multiple",
29+
"array item",
30+
"keys",
31+
"test"
32+
],
33+
"devDependencies": {
34+
"ava": "6.1.2",
35+
"nyc": "15.1.0",
36+
"xo": "0.58.0"
37+
},
38+
"type": "module"
3939
}

0 commit comments

Comments
 (0)