Skip to content

Commit

Permalink
added coveralls line in the json file
Browse files Browse the repository at this point in the history
  • Loading branch information
mekcherie committed May 7, 2021
1 parent 8cdf8c6 commit e35ea19
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "capitalize(str)",
"main": "index.js",
"scripts": {
"coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
"coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
"test": "jest"
},
"keywords": [],
Expand Down Expand Up @@ -130,7 +130,6 @@
"form-data": "^2.3.3",
"fragment-cache": "^0.2.1",
"fs.realpath": "^1.0.0",
"fsevents": "^2.3.2",
"function-bind": "^1.1.1",
"gensync": "^1.0.0-beta.2",
"get-caller-file": "^2.0.5",
Expand Down Expand Up @@ -391,5 +390,8 @@
"yallist": "^4.0.0",
"yargs": "^15.4.1",
"yargs-parser": "^18.1.3"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}

0 comments on commit e35ea19

Please sign in to comment.