Comparing version 0.1.5 to 0.1.6
@@ -70,3 +70,4 @@ 'use strict'; | ||
parse.findDependencies(filename, src).filter(function (id) { | ||
return id !== 'require' && id !== 'exports' && id !== 'module'; | ||
// Ignore RequireJS IDs and plugins | ||
return id !== 'require' && id !== 'exports' && id !== 'module' && !id.match(/\.?\w\!/); | ||
}).map(function (id) { | ||
@@ -73,0 +74,0 @@ // Only resolve relative module identifiers (if the first term is "." or "..") |
{ | ||
"name": "madge", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"author": "Patrik Henningsson <patrik.henningsson@gmail.com>", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/pahen/node-madge", |
@@ -215,2 +215,5 @@ # MaDGe - Module Dependency Graph | ||
## v0.1.6 (September 04, 2013) | ||
AMD plugins are now ignored as dependencies. Fixes [issue](https://github.com/pahen/grunt-madge/issues/1). | ||
## v0.1.5 (September 04, 2013) | ||
@@ -217,0 +220,0 @@ Fixed Windows [issue](https://github.com/pahen/node-madge/issues/17) when reading from standard input with --read. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59709
1393
275