File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.0.0 - 2018-02-07
6+ * Ignore package.json files that do not contain JSON objects [ #142 ] ( https://github.com/browserify/module-deps/pull/142 )
7+ * Don't preserve symlinks when resolving transforms, matching Node resolution behaviour [ #133 ] ( https://github.com/browserify/module-deps/pull/133 )
8+ * Fix 'file' events with ` persistentCache ` [ #127 ] ( https://github.com/browserify/module-deps/pull/127 )
9+ * Add dependencies to a file when transforms emit 'dep' event [ #141 ] ( https://github.com/browserify/module-deps/pull/141 )
10+
511## 5.0.1 - 2018-01-06
612* Restore support for node < 4.0.0.
713
Original file line number Diff line number Diff line change 11{
22 "name" : " module-deps" ,
3- "version" : " 5 .0.1 " ,
3+ "version" : " 6 .0.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