Skip to content

Commit ef49a99

Browse files
author
Hsiaoming Yang
committed
update moment
1 parent 98bfa0a commit ef49a99

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

moment/Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ module.exports = function(grunt) {
2626
}
2727
});
2828

29-
require('../node_modules/grunt-spm-build').init(grunt, {pkg: pkg});
30-
grunt.loadTasks('../node_modules/grunt-spm-build/tasks');
29+
require('grunt-spm-build').initConfig(grunt, {pkg: pkg});
30+
grunt.loadGlobalTasks('grunt-spm-build');
3131

3232
grunt.loadTasks('../_tasks/download/tasks');
3333
grunt.registerTask('build', ['download', 'spm-build']);

moment/dist/moment-debug.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// moment.js
2+
// version : 2.0.0
3+
// author : Tim Wood
4+
// license : MIT
5+
// momentjs.com
16
define("gallery/moment/2.0.0/moment-debug", [], function(require, exports, module) {
27
/************************************
38
Constants

0 commit comments

Comments
 (0)