Comparing version 0.1.1 to 0.1.2
@@ -153,5 +153,8 @@ /** | ||
// clobber previously loaded modules. | ||
if (!g[k] || !(g[key].require) || !(g[k].define)) g[k] = md; | ||
if (!g[k] || !(g[key].require) || !(g[k].define)) { | ||
g[k] = md; | ||
g.require = md.require; | ||
} | ||
}; | ||
@@ -74,3 +74,3 @@ /** | ||
if (err) pipeline.emit('error', err); | ||
done.apply(this, arguments); | ||
if (done) done.apply(this, arguments); | ||
}; | ||
@@ -196,2 +196,3 @@ } | ||
} | ||
return this; | ||
}; | ||
@@ -198,0 +199,0 @@ |
{ | ||
"name": "convoy", | ||
"version": "v0.1.1", | ||
"version": "v0.1.2", | ||
"author": "Charles Jolley <charles@sproutcore.com>", | ||
@@ -8,5 +8,5 @@ "description": "Pluggable, package-aware asset pipeline for node", | ||
"homepage": "http://github.com/charlesjolley/convoy", | ||
"homepage": "http://github.com/node-convoy/convoy", | ||
"bugs": { | ||
"url": "http://github.com/charlesjolley/convoy/issues" | ||
"url": "http://github.com/node-convoy/convoy/issues" | ||
}, | ||
@@ -16,3 +16,3 @@ | ||
"type": "git", | ||
"url": "http://github.com/charlesjolley/convoy.git" | ||
"url": "http://github.com/node-convoy/convoy.git" | ||
}, | ||
@@ -19,0 +19,0 @@ |
@@ -10,3 +10,3 @@ /** | ||
var DEFAULT_UGLIFY_OPTIONS = { | ||
// TODO: identify best default options | ||
toplevel: true | ||
}; | ||
@@ -24,2 +24,3 @@ | ||
var ast = UGLIFY.parser.parse(asset.body); | ||
//ast = pro.ast_lift_variables(ast); | ||
ast = pro.ast_mangle(ast, options); | ||
@@ -26,0 +27,0 @@ ast = pro.ast_squeeze(ast, options); |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
92095
92
2451
2
2