Skip to content

Commit c938bda

Browse files
chore(release): v1.1.0 [skip ci]
1 parent 1fa6874 commit c938bda

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

package.json

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

0 commit comments

Comments
 (0)