From 1103f72281ccb898cdb135ccf13e95b73d1d9eeb Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Thu, 5 May 2016 16:15:29 +0200 Subject: [PATCH] Update dependencies --- .gitignore | 1 + package.json | 16 ++++++---------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index c2658d7..696dffd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules/ +.nyc_output diff --git a/package.json b/package.json index 9cac39a..d2a603e 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,7 @@ "all-contributors": "cli.js" }, "scripts": { - "lint": "eslint cli.js \"lib/**/*.js\" && xo", - "test": "npm run lint && npm run test-unit", - "test-unit": "ava", - "test-unit:w": "ava --watch" + "test": "xo && nyc ava" }, "repository": { "type": "git", @@ -28,15 +25,14 @@ "dependencies": { "async": "^2.0.0-rc.1", "inquirer": "^0.12.0", - "lodash": "^4.6.1", - "request": "^2.69.0", - "yargs": "^4.3.2" + "lodash": "^4.11.2", + "request": "^2.72.0", + "yargs": "^4.7.0" }, "devDependencies": { "ava": "^0.14.0", - "eslint": "^2.4.0", - "eslint-plugin-ava": "^1.2.1", - "xo": "^0.13.0" + "nyc": "^6.4.2", + "xo": "^0.15.0" }, "ava": { "files": [