mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Updates Modernizr to 2.6.1.
This commit is contained in:
parent
8682e202a9
commit
65b1823c5d
6 changed files with 9 additions and 9 deletions
|
@ -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 });
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue