Skip to content

Commit 594fa9a

Browse files
authored
Merge pull request #161 from jlami/peerdep-gt
pouchdb-find as peerDependencies via >= instead of ^
2 parents c673d13 + 7a25274 commit 594fa9a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "relational-pouch",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "PouchDB, relational style",
55
"main": "dist/pouchdb.relational-pouch.node.js",
66
"jsnext:main": "lib/index.js",
@@ -38,7 +38,7 @@
3838
"uniq": "^1.0.1"
3939
},
4040
"peerDependencies": {
41-
"pouchdb-find": "^7.1.0"
41+
"pouchdb-find": ">=7.1.0"
4242
},
4343
"devDependencies": {
4444
"@babel/core": "^7.8.4",

0 commit comments

Comments
 (0)