mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
Update dependencies
This commit is contained in:
parent
2dab531075
commit
1103f72281
2 changed files with 7 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
node_modules/
|
||||
.nyc_output
|
||||
|
|
16
package.json
16
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": [
|
||||
|
|
Loading…
Reference in a new issue