Skip to content

Commit ba65ec1

Browse files
committedAug 1, 2018
fix github security warning because of old code coverage package (only in dev)
1 parent e1bd264 commit ba65ec1

File tree

3 files changed

+4
-334
lines changed

3 files changed

+4
-334
lines changed
 

‎.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ script:
1414
npm run ci
1515

1616
after_success:
17-
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
17+
- npm i -g codecov
18+
- cat ./coverage/coverage.json | codecov
1819
- rm -rf ./coverage

‎package-lock.json

+2-332
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
"babel-core": "^6.26.0",
7777
"babel-loader": "^7.1.4",
7878
"babel-preset-env": "^1.6.1",
79-
"codecov.io": "^0.1.6",
8079
"copy-webpack-plugin": "^4.5.1",
8180
"css-loader": "^0.28.10",
8281
"eslint": "^4.18.2",

0 commit comments

Comments
 (0)
Please sign in to comment.