browserify-lite
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -99,2 +99,5 @@ var fs = require('fs'); | ||
out += aliases[canonicalSourcePath] + ": [function(require,module,exports){\n"; | ||
if (canonicalSourcePath.match(/\.json$/)) { | ||
out += "module.exports = "; | ||
} | ||
out += sources[canonicalSourcePath]; | ||
@@ -101,0 +104,0 @@ out += "\n}, " + JSON.stringify(depMap[canonicalSourcePath]) + "],"; |
{ | ||
"name": "browserify-lite", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "browserify, minus some of the advanced features and heavy dependencies.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
14851
398