Skip to content

Commit

Permalink
[security] removes codeclimate-test-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneashleyberry committed May 10, 2018
1 parent 913fb41 commit cba97a4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 239 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ node_js:
- "5"
- "6"
- "7"
after_success:
- npm run report
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![npm](http://img.shields.io/npm/v/wunderline.svg?style=flat)](https://www.npmjs.com/package/wunderline)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Build Status](https://travis-ci.org/wayneashleyberry/wunderline.svg?branch=master)](https://travis-ci.org/wayneashleyberry/wunderline)
[![Code Climate](https://codeclimate.com/github/wayneashleyberry/wunderline/badges/gpa.svg)](https://codeclimate.com/github/wayneashleyberry/wunderline)

## Installation

Expand Down
232 changes: 0 additions & 232 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
"scripts": {
"format": "prettier --write '**/*.js'",
"pretest": "prettier -l --write '**/*.js'",
"test": "nyc ava test.js",
"prereport": "nyc report --reporter=lcov",
"report": "codeclimate-test-reporter < ./coverage/lcov.info"
"test": "nyc ava test.js"
},
"keywords": [
"wunderlist",
Expand Down Expand Up @@ -56,7 +54,6 @@
"devDependencies": {
"ava": "^0.19.1",
"bin-check": "^4.0.1",
"codeclimate-test-reporter": "^0.5.0",
"nyc": "^11.0.2",
"prettier": "^1.7.4"
}
Expand Down

0 comments on commit cba97a4

Please sign in to comment.