Skip to content

Commit

Permalink
Remove deprecated coveralls development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jul 24, 2022
1 parent 3bfc26e commit ad7264a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
"test": "npm run karma-once",
"test-node": "cd node && yarn install && yarn test",
"karma-once": "karma start --browsers ChromeHeadless --single-run",
"karma-headless": "karma start --single-run --reporters coverage-istanbul,spec,progress",
"post-coveralls": "coveralls < coverage/lcov.info"
"karma-headless": "karma start --single-run --reporters coverage-istanbul,spec,progress"
},
"devDependencies": {
"@music-metadata/test-audio": "^0.1.0",
Expand Down

0 comments on commit ad7264a

Please sign in to comment.