|
13 | 13 | "babel-core": "^6.9.0",
|
14 | 14 | "babel-eslint": "^6.0.4",
|
15 | 15 | "babel-loader": "^6.2.4",
|
16 |
| - "babel-plugin-istanbul": "^3.0.0", |
17 | 16 | "babel-plugin-espower": "^2.1.2",
|
| 17 | + "babel-plugin-istanbul": "^3.0.0", |
18 | 18 | "babel-polyfill": "^6.9.1",
|
19 | 19 | "babel-preset-es2015": "^6.9.0",
|
20 | 20 | "babel-preset-flow-vue": "^1.0.0",
|
|
40 | 40 | "karma": "^1.1.0",
|
41 | 41 | "karma-chrome-launcher": "^2.0.0",
|
42 | 42 | "karma-coverage": "^1.0.0",
|
43 |
| - "karma-coveralls": "^1.1.2", |
44 | 43 | "karma-firefox-launcher": "^1.0.0",
|
45 | 44 | "karma-jasmine": "^1.0.2",
|
46 | 45 | "karma-mocha-reporter": "^2.0.4",
|
|
102 | 101 | "sauce:coolkids": "karma start config/karma.sauce.conf.js -- 0",
|
103 | 102 | "sauce:ie": "karma start config/karma.sauce.conf.js -- 1",
|
104 | 103 | "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", |
106 | 105 | "test:cover": "karma start config/karma.cover.conf.js",
|
107 |
| - "test:coveralls": "karma start config/karma.coveralls.conf.js", |
108 | 106 | "test:e2e": "npm run build && node test/e2e/runner.js --env chrome",
|
109 | 107 | "test:unit": "karma start config/karma.unit.conf.js"
|
110 | 108 | }
|
|
0 commit comments