Skip to content

Commit e5fa7de

Browse files
committed
🐛 add missing dependency
thanks to latest release of mongodb-js-precommit
1 parent 58aa43f commit e5fa7de

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
},
1616
"dependency-check": {
1717
"entries": [
18-
"./src/index.js"
18+
"./src/index.js",
19+
"./gulpfile.js",
20+
"./tasks/darwin.js",
21+
"./tasks/win32.js",
22+
"./tasks/linux.js"
1923
],
2024
"ignore": [
2125
"app",
@@ -77,8 +81,8 @@
7781
"mongodb-collection-model": "^0.1.1",
7882
"mongodb-connection-model": "^3.0.7",
7983
"mongodb-instance-model": "^1.0.2",
80-
"mongodb-ns": "^1.0.1",
8184
"mongodb-js-metrics": "^0.2.2",
85+
"mongodb-ns": "^1.0.1",
8286
"ms": "^0.7.1",
8387
"node-notifier": "^4.3.1",
8488
"scout-server": "http://bin.mongodb.org/js/scout-server/v0.4.6/scout-server-0.4.6.tar.gz"
@@ -156,6 +160,7 @@
156160
"vinyl-buffer": "^1.0.0",
157161
"vinyl-source-stream": "^1.1.0",
158162
"watchify": "^3.6.0",
163+
"which": "^1.2.0",
159164
"xor-it": "^1.0.1"
160165
}
161166
}

0 commit comments

Comments
 (0)