Skip to content

Commit

Permalink
Remove peer dep and tweak coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-was-here committed Jul 10, 2024
1 parent 2828d20 commit 1afcab3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
"tap": "^16.3.10",
"temp": ">= 0.4.0 < 1"
},
"peerDependencies": {
"@aws-sdk/client-s3": "^3.0.0"
},
"directories": {
"example": "examples",
"test": "test"
Expand All @@ -60,6 +57,6 @@
],
"main": "unzip.js",
"scripts": {
"test": "npx tap@^16.3.10 test/*.js --no-coverage --reporter=dot"
"test": "npx tap test/*.js --coverage-report=html --lines=90 --functions=85 --statements=90 --branches=80 --reporter=dot"
}
}

0 comments on commit 1afcab3

Please sign in to comment.