Skip to content

Commit

Permalink
Use range to specify peer dep version (#66)
Browse files Browse the repository at this point in the history
* Use range to specify peer dep version

* Update readme
  • Loading branch information
kafkas committed Dec 26, 2023
1 parent 02eaf8f commit b259189
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ Make sure to install the right version of Firewalk depending on the `firebase-ad

| firewalk | firebase-admin |
| -------- | -------------- |
| v1.x | v9.x, v10.x |
| v2.x | v11.x, v12.x |
| v1 | v9, v10 |
| v2 | v11, v12 |

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"url": "https://github.com/kafkas/firewalk/issues"
},
"peerDependencies": {
"firebase-admin": "11.x || 12.x"
"firebase-admin": "11 - 12"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit b259189

Please sign in to comment.