1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-11 08:24:05 +02:00

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 });
};