Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit 5346ae5

Browse files
authored
deps: move mongodb to peer deps and dev deps (#338)
1 parent e01e4ef commit 5346ae5

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

package-lock.json

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@
1919
"test": "mocha",
2020
"check": "mongodb-js-precommit"
2121
},
22+
"peerDependencies": {
23+
"mongodb": "3.x"
24+
},
2225
"dependencies": {
2326
"ampersand-model": "^8.0.0",
2427
"ampersand-rest-collection": "^6.0.0",
2528
"async": "^3.1.0",
2629
"debug": "^4.1.1",
2730
"lodash": "^4.17.15",
28-
"mongodb": "^3.6.3",
2931
"raf": "^3.4.1",
3032
"ssh2": "^0.8.7",
3133
"storage-mixin": "^3.3.4"
@@ -37,6 +39,7 @@
3739
"eslint-config-mongodb-js": "^5.0.3",
3840
"mocha": "^8.0.1",
3941
"mock-require": "^3.0.3",
42+
"mongodb": "^3.6.3",
4043
"mongodb-connection-fixture": "^0.0.14",
4144
"mongodb-js-precommit": "^2.0.0",
4245
"mongodb-runner": "^4.7.2",

0 commit comments

Comments
 (0)