Skip to content

Commit

Permalink
Arg. Bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobie committed Sep 22, 2011
1 parent ee77255 commit faacd74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/collector.js
Expand Up @@ -68,7 +68,7 @@ function Collector(config) {

this._modules.forEach(function(m) {
var src = 'function(require, exports, module) {\n' + m.src + '\n}';
output.push(this.makeDefine(m, '"' + src + '"'));
output.push(this.makeDefine(m, src));
}, this);

this._lazyEvaledModules.forEach(function(m) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "modulr",
"description": "Resolves and concatenates CommonJS module dependencies for use in the browser.",
"main": "./main",
"version": "0.4.2",
"version": "0.4.3",
"dependencies": {
"module-grapher" : ">=0.5.2"
},
Expand Down

0 comments on commit faacd74

Please sign in to comment.