File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## 6.2.3 - 2020-08-03
6
+ * Improve error message when dependencies cannot be found [ #123 ] ( https://github.com/browserify/module-deps/pull/123 )
7
+ * Upgrade ` browser-resolve ` to 2.0 [ #164 ] ( https://github.com/browserify/module-deps/pull/164 )
8
+
5
9
## 6.2.2 - 2019-12-13
6
10
* Update minimum required version of ` detective ` [ #161 ] ( https://github.com/browserify/module-deps/pull/161 )
7
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " module-deps" ,
3
- "version" : " 6.2.2 " ,
3
+ "version" : " 6.2.3 " ,
4
4
"description" : " walk the dependency graph to generate json output that can be fed into browser-pack" ,
5
5
"main" : " index.js" ,
6
6
"bin" : {
You can’t perform that action at this time.
0 commit comments