Skip to content

Commit

Permalink
Added ably as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 4, 2024
1 parent 9145812 commit c30ac5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"ably": "^1.2.20",
"ably": "^1.2",
"eslint": "^8.11.0",
"jest": "^27.5.1",
"jsonwebtoken": "^8.5.1",
Expand All @@ -60,5 +60,8 @@
},
"engines": {
"node": ">=10"
},
"peerDependencies": {
"ably": "^1.2"
}
}

0 comments on commit c30ac5c

Please sign in to comment.