Skip to content

Commit

Permalink
remove coveralls dep - not used anymore (#4138)
Browse files Browse the repository at this point in the history
* remove coveralls dep - not used anymore

* remove trailing comma in package
  • Loading branch information
jennifer-shehane authored Jun 12, 2019
1 parent c096251 commit 98cb841
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test-e2e-chrome": "node ./test/scripts/run.js test/e2e chrome",
"test-cov": "NODE_COVERAGE=true NODE_ENV=test CYPRESS_ENV=test BLUEBIRD_DEBUG=1 xvfb-maybe istanbul cover node_modules/.bin/_mocha -- --opts ./test/support/mocha.opts",
"test-cov-process": "NODE_COVERAGE=true NODE_ENV=test CYPRESS_ENV=test BLUEBIRD_DEBUG=1 istanbul cover --include-pid",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"codecov": "codecov",
"lint": "bin-up coffeelint test/*.coffee test/unit/*.coffee test/integration/*.coffee",
"prestart": "npm run check-deps-pre",
"predev": "npm run check-deps-pre",
Expand All @@ -38,7 +38,7 @@
"pretest-e2e-chrome": "npm run check-deps-pre",
"pretest-cov": "npm run check-deps-pre",
"pretest-cov-process": "npm run check-deps-pre",
"precoveralls": "npm run check-deps-pre"
"precodecov": "npm run check-deps-pre"
},
"files": [
"config",
Expand Down Expand Up @@ -66,7 +66,6 @@
"coffee-coverage": "1.0.1",
"console-table-printer": "1.0.0-beta12",
"cors": "2.8.5",
"coveralls": "2.13.3",
"electron-osx-sign": "0.4.11",
"eol": "0.9.1",
"eventsource": "1.0.7",
Expand Down

0 comments on commit 98cb841

Please sign in to comment.