File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-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.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