Comparing version 0.4.2 to 0.4.3
@@ -71,3 +71,3 @@ var JS_ESCAPE_REGEXP = /\\|\r?\n|"/g, | ||
var src = 'function(require, exports, module) {\n' + m.src + '\n}'; | ||
output.push(this.makeDefine(m, '"' + src + '"')); | ||
output.push(this.makeDefine(m, src)); | ||
}, this); | ||
@@ -74,0 +74,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"main": "./main", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "module-grapher" : ">=0.5.2" |
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
18238