File tree Expand file tree Collapse file tree 1 file changed +36
-36
lines changed
Expand file tree Collapse file tree 1 file changed +36
-36
lines changed Original file line number Diff line number Diff line change 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- 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+ 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}
You can’t perform that action at this time.
0 commit comments