Skip to content

Commit

Permalink
workaround require() bug for Node.js 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed May 2, 2016
1 parent 7a4db8e commit c599176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
var changeCase = require('change-case');
var fs = require('fs');
var info = require('./package.json');
var minify = require('.').minify;
var minify = require('./' + info.main).minify;
var path = require('path');
var program = require('commander');

Expand Down

0 comments on commit c599176

Please sign in to comment.