Skip to content

Commit

Permalink
fix(dependency): broken dependency on uglify
Browse files Browse the repository at this point in the history
  • Loading branch information
simme committed Apr 25, 2015
1 parent fd6e84f commit 7d6c3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var _ = require('lodash');
var md5 = require('MD5');
var comments = require('./lib/commentstream');
var xss = require('./lib/xss');
var uglify = require('uglify-js2');
var uglify = require('uglifyjs');

//
// ## JavaScript
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"MD5": "~1.2.0",
"akismet": "0.0.10",
"nodemailer": "~0.6.0"
"uglifyjs": "^2.4.10",
}
}

0 comments on commit 7d6c3a8

Please sign in to comment.