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 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.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
+
5
11
## 5.0.1 - 2018-01-06
6
12
* Restore support for node < 4.0.0.
7
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " module-deps" ,
3
- "version" : " 5 .0.1 " ,
3
+ "version" : " 6 .0.0 " ,
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