We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0872567 commit db32c89Copy full SHA for db32c89
CHANGELOG.md
@@ -2,6 +2,9 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 6.0.2 - 2018-03-28
6
+* Fix missing 'file' event when file has a syntax error [#146](https://github.com/browserify/module-deps/pull/146)
7
+
8
## 6.0.1 - 2018-03-27
9
* Fix crash when file has a transform and a syntax error [#145](https://github.com/browserify/module-deps/pull/145)
10
package.json
@@ -1,6 +1,6 @@
1
{
"name": "module-deps",
- "version": "6.0.1",
+ "version": "6.0.2",
"description": "walk the dependency graph to generate json output that can be fed into browser-pack",
"main": "index.js",
"bin": {
0 commit comments