We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d900ba + d4557b7 commit 45ad7b6Copy full SHA for 45ad7b6
CHANGELOG.md
@@ -2,6 +2,9 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 6.2.2 - unreleased
6
+* Update minimum required version of `detective`
7
+
8
## 6.2.1 - 2019-05-24
9
* Update minimum required version of `cached-path-relative` [#155](https://github.com/browserify/module-deps/pull/155)
10
* Add CI testing on Windows [#152](https://github.com/browserify/module-deps/pull/152)
package.json
@@ -12,7 +12,7 @@
12
"cached-path-relative": "^1.0.2",
13
"concat-stream": "~1.6.0",
14
"defined": "^1.0.0",
15
- "detective": "^5.0.2",
+ "detective": "^5.2.0",
16
"duplexer2": "^0.1.2",
17
"inherits": "^2.0.1",
18
"parents": "^1.0.0",
0 commit comments