Comparing version 0.12.0 to 0.13.0
@@ -97,3 +97,4 @@ var util = require('util'), | ||
function getSourceUrl(m) { | ||
return '\n//@ sourceURL=' + m.relativePath + '\n'; | ||
var url = m.dirModule ? m.dirModule.id : m.id; | ||
return '\n//@ sourceURL=' + url + '\n'; | ||
} | ||
@@ -100,0 +101,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"main": "./main", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "module-grapher": ">=0.10.4", |
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
2270115
59917