Skip to content

Commit

Permalink
fix(ses-ava): Move ava dep to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Mar 19, 2024
1 parent 58e82f0 commit a1a3c3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ses-ava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@
"dependencies": {
"@endo/env-options": "^1.1.1",
"@endo/init": "^1.0.4",
"ava": "^6.1.2",
"ses": "^1.3.0"
},
"peerDependencies": {
"ava": "^5.3.0|^6.1.2"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"c8": "^7.14.0",
Expand Down

0 comments on commit a1a3c3a

Please sign in to comment.