Updates Modernizr to 2.6.1.

This commit is contained in:
Lars Jung 2012-08-02 22:26:52 +02:00
parent 8682e202a9
commit 65b1823c5d
6 changed files with 9 additions and 9 deletions

View file

@ -7,7 +7,7 @@ var path = require('path'),
moment = require('moment');
var version = '0.21-dev-30',
var version = '0.21-dev-31',
root = path.resolve(__dirname),
src = path.join(root, 'src'),
@ -63,7 +63,7 @@ module.exports = function (make, $) {
stamp: stamp.format('YYYY-MM-DD HH:mm:ss')
};
$.info({ method: 'before', message: version + ' ' + replacements.stamp.human });
$.info({ method: 'before', message: version + ' ' + replacements.stamp });
};