Skip to content

Commit

Permalink
remove coveralls job
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodrig committed Mar 18, 2023
1 parent 77d0c25 commit acdae1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "mrodrig",
"name": "doc-path",
"description": "A document path library for Node",
"version": "4.0.0-beta.4",
"version": "4.0.0-beta.5",
"homepage": "https://mrodrig.github.io/doc-path",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,6 @@
"build": "npm run lint && npm run test && npm run compile",
"compile": "tsc -p tsconfig.build.json",
"coverage": "nyc npm run test",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint --ext .js,.ts src test",
"prepublishOnly": "npm run build",
"test": "mocha -r ts-node/register test/index.ts"
Expand Down

0 comments on commit acdae1e

Please sign in to comment.