File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## 6.2.0 - 2018-11-13
6+ * Add ` .dirname ` property to the object given to ` opts.resolve ` [ #154 ] ( https://github.com/browserify/module-deps/pull/154 )
7+
58## 6.1.0 - 2018-05-16
69* Add a ` detect ` option for custom dependency detection [ #63 ] ( https://github.com/browserify/module-deps/pull/63 ) , [ 2dcc339] ( https://github.com/browserify/module-deps/commit/2dcc3399ee67ba51ed26d9a0605a8ccdc70c9db7 )
710
Original file line number Diff line number Diff line change 11{
22 "name" : " module-deps" ,
3- "version" : " 6.1 .0" ,
3+ "version" : " 6.2 .0" ,
44 "description" : " walk the dependency graph to generate json output that can be fed into browser-pack" ,
55 "main" : " index.js" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments