Skip to content

Commit

Permalink
add peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kldavis4 committed Dec 4, 2023
1 parent aed8298 commit 72b642a
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
@@ -1,7 +1,7 @@
{
"name": "mongodb-level",
"description": "Mongodb backed abstract-level database for Node.js",
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -62,6 +62,9 @@
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
},
"peerDependencies": {
"mongodb": "^4.12.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
Expand Down

0 comments on commit 72b642a

Please sign in to comment.