Skip to content

Commit

Permalink
Merge pull request #542 from visionmedia/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
rimiti committed Jan 22, 2019
2 parents f55c527 + 44caa8c commit 8712722
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

11 changes: 8 additions & 3 deletions package.json
Expand Up @@ -4,6 +4,9 @@
"description": "SuperAgent driven library for testing HTTP servers",
"main": "index.js",
"author": "TJ Holowaychuk",
"contributors": [
"Dimitri DO BAIRRO <dimitri.dobairro@dimsolution.com>"
],
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -22,8 +25,10 @@
"testing"
],
"scripts": {
"pretest": "npm install",
"test": "eslint lib/**/*.js test/**/*.js index.js && nyc --reporter=html --reporter=text mocha --exit --require should --reporter spec --check-leaks",
"lint": "eslint lib/**/*.js test/**/*.js index.js",
"lint:fix": "eslint --fix lib/**/*.js test/**/*.js index.js",
"pretest": "npm run lint",
"test": "nyc --reporter=html --reporter=text mocha --exit --require should --reporter spec --check-leaks",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
Expand All @@ -34,7 +39,7 @@
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"coveralls": "^3.0.2",
"eslint": "^5.12.0",
"eslint": "^5.12.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"express": "^4.16.4",
Expand Down

0 comments on commit 8712722

Please sign in to comment.