Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
chore(package): update ava to version 2.1.0
Browse files Browse the repository at this point in the history
Closes #180
  • Loading branch information
greenkeeper[bot] authored and brunocodutra committed Jul 6, 2019
1 parent 45b0362 commit 347497d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"src/"
],
"scripts": {
"test": "ava test/*.test.js",
"test": "ava",
"coverage": "nyc npm test"
},
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/brunocodutra/webapp-webpack-plugin",
"devDependencies": {
"ava": "^1.4.1",
"ava": "^2.1.0",
"dir-compare": "^1.7.2",
"fs-extra": "^8.0.1",
"html-webpack-plugin": "^3.2.0",
Expand All @@ -59,5 +59,10 @@
},
"peerDependencies": {
"webpack": "^3.0.0 || ^4.0.0"
},
"ava": {
"files": [
"test/*.test.js"
]
}
}

0 comments on commit 347497d

Please sign in to comment.