Skip to content

Commit

Permalink
Build 2012-2022. (+/- 5 years)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Apr 3, 2017
1 parent d3a8653 commit 83e81ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ module.exports = function(grunt) {

build : {
'moment-timezone-with-data' : true,
'moment-timezone-with-data-2010-2020' : [2010, 2020]
'moment-timezone-with-data-2012-2022' : [2012, 2022]
},

uglify : {
all: {
files: {
'builds/moment-timezone.min.js' : 'moment-timezone.js',
'builds/moment-timezone-with-data.min.js' : 'builds/moment-timezone-with-data.js',
'builds/moment-timezone-with-data-2010-2020.min.js' : 'builds/moment-timezone-with-data-2010-2020.js'
'builds/moment-timezone-with-data-2012-2022.min.js' : 'builds/moment-timezone-with-data-2012-2022.js'
}
},
options: {
Expand Down

0 comments on commit 83e81ef

Please sign in to comment.