Skip to content

Commit

Permalink
[fix] npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro committed Jul 12, 2012
1 parent 6fcef43 commit 79e434d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ module.exports = {
// and module@0.1.1 type of modules
var p = unescape(decodeURIComponent(package)).split(sep);

p.forEach(function(v, k) {
p[k] = lib.escape_packages(v);
});
// TODO Fix umask for this process
var node_version
, process_version = process.version.replace('v','')
Expand Down

0 comments on commit 79e434d

Please sign in to comment.