We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bbe21 commit 00f3038Copy full SHA for 00f3038
package.json
@@ -26,9 +26,6 @@
26
"test:watch": "yarn test --watch",
27
"release": "semantic-release"
28
},
29
- "dependencies": {
30
- "mongodb": "3.6.10"
31
- },
32
"devDependencies": {
33
"@geprog/eslint-config": "0.0.1",
34
"@jest/types": "26.6.2",
@@ -44,6 +41,7 @@
44
41
"eslint": "7.29.0",
45
42
"jest": "26.6.3",
46
43
"jest-junit": "12.2.0",
+ "mongodb": "3.6.10",
47
"prettier": "2.3.1",
48
"rollup": "2.52.2",
49
"rollup-plugin-dts": "3.0.2",
@@ -53,6 +51,14 @@
53
51
"ts-node": "10.0.0",
54
52
"typescript": "4.2.4"
55
+ "peerDependencies": {
+ "mongodb": "^3.6.0"
56
+ },
57
+ "peerDependenciesMeta": {
58
+ "mongodb": {
59
+ "optional": true
60
+ }
61
62
"publishConfig": {
63
"access": "public"
64
}
0 commit comments