Skip to content
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.

Commit

Permalink
🙅 dependency(coveralls): good bye coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 27, 2016
1 parent 8a11cd1 commit d891903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
21 changes: 0 additions & 21 deletions config/karma.coveralls.conf.js

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -13,8 +13,8 @@
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-istanbul": "^3.0.0",
"babel-plugin-espower": "^2.1.2",
"babel-plugin-istanbul": "^3.0.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-flow-vue": "^1.0.0",
Expand All @@ -40,7 +40,6 @@
"karma": "^1.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.0.0",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.0.4",
Expand Down Expand Up @@ -102,9 +101,8 @@
"sauce:coolkids": "karma start config/karma.sauce.conf.js -- 0",
"sauce:ie": "karma start config/karma.sauce.conf.js -- 1",
"sauce:mobile": "karma start config/karma.sauce.conf.js -- 2",
"test": "npm run lint && npm run flow && npm run test:cover && npm run test:coveralls",
"test": "npm run lint && npm run flow && npm run test:cover",
"test:cover": "karma start config/karma.cover.conf.js",
"test:coveralls": "karma start config/karma.coveralls.conf.js",
"test:e2e": "npm run build && node test/e2e/runner.js --env chrome",
"test:unit": "karma start config/karma.unit.conf.js"
}
Expand Down

0 comments on commit d891903

Please sign in to comment.