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/ node_modules/
.nyc_output

View file

@ -6,10 +6,7 @@
"all-contributors": "cli.js" "all-contributors": "cli.js"
}, },
"scripts": { "scripts": {
"lint": "eslint cli.js \"lib/**/*.js\" && xo", "test": "xo && nyc ava"
"test": "npm run lint && npm run test-unit",
"test-unit": "ava",
"test-unit:w": "ava --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -28,15 +25,14 @@
"dependencies": { "dependencies": {
"async": "^2.0.0-rc.1", "async": "^2.0.0-rc.1",
"inquirer": "^0.12.0", "inquirer": "^0.12.0",
"lodash": "^4.6.1", "lodash": "^4.11.2",
"request": "^2.69.0", "request": "^2.72.0",
"yargs": "^4.3.2" "yargs": "^4.7.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^0.14.0", "ava": "^0.14.0",
"eslint": "^2.4.0", "nyc": "^6.4.2",
"eslint-plugin-ava": "^1.2.1", "xo": "^0.15.0"
"xo": "^0.13.0"
}, },
"ava": { "ava": {
"files": [ "files": [