Skip to content

Commit d891903

Browse files
committed
🙅 dependency(coveralls): good bye coveralls
1 parent 8a11cd1 commit d891903

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

config/karma.coveralls.conf.js

-21
This file was deleted.

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"babel-core": "^6.9.0",
1414
"babel-eslint": "^6.0.4",
1515
"babel-loader": "^6.2.4",
16-
"babel-plugin-istanbul": "^3.0.0",
1716
"babel-plugin-espower": "^2.1.2",
17+
"babel-plugin-istanbul": "^3.0.0",
1818
"babel-polyfill": "^6.9.1",
1919
"babel-preset-es2015": "^6.9.0",
2020
"babel-preset-flow-vue": "^1.0.0",
@@ -40,7 +40,6 @@
4040
"karma": "^1.1.0",
4141
"karma-chrome-launcher": "^2.0.0",
4242
"karma-coverage": "^1.0.0",
43-
"karma-coveralls": "^1.1.2",
4443
"karma-firefox-launcher": "^1.0.0",
4544
"karma-jasmine": "^1.0.2",
4645
"karma-mocha-reporter": "^2.0.4",
@@ -102,9 +101,8 @@
102101
"sauce:coolkids": "karma start config/karma.sauce.conf.js -- 0",
103102
"sauce:ie": "karma start config/karma.sauce.conf.js -- 1",
104103
"sauce:mobile": "karma start config/karma.sauce.conf.js -- 2",
105-
"test": "npm run lint && npm run flow && npm run test:cover && npm run test:coveralls",
104+
"test": "npm run lint && npm run flow && npm run test:cover",
106105
"test:cover": "karma start config/karma.cover.conf.js",
107-
"test:coveralls": "karma start config/karma.coveralls.conf.js",
108106
"test:e2e": "npm run build && node test/e2e/runner.js --env chrome",
109107
"test:unit": "karma start config/karma.unit.conf.js"
110108
}

0 commit comments

Comments
 (0)