browserify-lite
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -114,2 +114,3 @@ var fs = require('fs'); | ||
modules.forEach(function(canonicalSourcePath) { | ||
var thisDepMap = depMap[canonicalSourcePath]; | ||
out += aliases[canonicalSourcePath] + ": [function(require,module,exports,global){\n"; | ||
@@ -120,3 +121,3 @@ if (canonicalSourcePath.match(/\.json$/)) { | ||
out += sources[canonicalSourcePath]; | ||
out += "\n}, " + JSON.stringify(depMap[canonicalSourcePath]) + "],"; | ||
out += "\n}, " + JSON.stringify(thisDepMap, Object.keys(thisDepMap).sort()) + "],"; | ||
}); | ||
@@ -123,0 +124,0 @@ |
{ | ||
"name": "browserify-lite", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "browserify, minus some of the advanced features and heavy dependencies.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
15644
416
6