Skip to content

Commit

Permalink
Using ycssmin as the default
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Oct 15, 2012
1 parent db65ca8 commit e206a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cssmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Code licensed under the BSD License:
http://yuilibrary.com/license/
*/

var cssmin = require('cssmin').cssmin,
var cssmin = require('ycssmin').cssmin,
lines = 6000;

exports.cssmin = function (source, num, callback) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1",
"dependencies": {
"uglify-js": "~1.3.3",
"cssmin": "~0.3.0",
"ycssmin": "~1.0.0",
"nopt": "*"
},
"devDependencies": {
Expand Down

0 comments on commit e206a46

Please sign in to comment.