Skip to content

Commit

Permalink
Merge pull request #161 from jlami/peerdep-gt
Browse files Browse the repository at this point in the history
pouchdb-find as peerDependencies via >= instead of ^
  • Loading branch information
broerse committed Dec 27, 2022
2 parents c673d13 + 7a25274 commit 594fa9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relational-pouch",
"version": "4.0.3",
"version": "4.0.4",
"description": "PouchDB, relational style",
"main": "dist/pouchdb.relational-pouch.node.js",
"jsnext:main": "lib/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"uniq": "^1.0.1"
},
"peerDependencies": {
"pouchdb-find": "^7.1.0"
"pouchdb-find": ">=7.1.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down

0 comments on commit 594fa9a

Please sign in to comment.