Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
chore(deps): update dependency ava to v2 (#4)
Browse files Browse the repository at this point in the history
chore(deps): update dependency ava to v2
  • Loading branch information
TiagoDanin authored Jun 1, 2019
2 parents c34e103 + 329f935 commit f583317
Show file tree
Hide file tree
Showing 2 changed files with 1,331 additions and 829 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,15 @@
"debug": "^4.1.1"
},
"devDependencies": {
"ava": "^1.4.1",
"ava": "^2.0.0",
"got": "^9.6.0",
"nuxt": "^2.6.3",
"vue": "^2.6.10"
},
"documentation": "./docs.md"
}
"documentation": "./docs.md",
"ava": {
"files": [
"!test/fixtures/all.js"
]
}
}
Loading

0 comments on commit f583317

Please sign in to comment.