Update dependencies

This commit is contained in:
Jeroen Engels 2016-05-05 16:15:29 +02:00
parent 2dab531075
commit 1103f72281
2 changed files with 7 additions and 10 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
node_modules/
.nyc_output

View file

@ -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": [