Skip to content

Commit

Permalink
remove unmaintained coveralls dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ramhejazi committed Jul 20, 2024
1 parent 25d172c commit be2b0ed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"author": "Ram Hejazi",
"main": "src/draxt.js",
"scripts": {
"test": "nyc --reporter=text --reporter=html ./node_modules/mocha/bin/mocha test/*",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"test": "nyc --reporter=text --reporter=html ./node_modules/mocha/bin/mocha test/*"
},
"homepage": "https://github.com/ramhejazi/draxt",
"license": "MIT",
Expand Down Expand Up @@ -45,10 +44,7 @@
},
"devDependencies": {
"chai": "^4.3.10",
"coveralls": "^3.1.1",
"memfs": "^4.9.3",
"mocha": "^9.2.2",
"mock-fs": "^5.2.0",
"nyc": "^15.1.0"
}
}

0 comments on commit be2b0ed

Please sign in to comment.