update moment.js to 2.15

This commit is contained in:
Georg Ehrke 2016-09-14 13:21:38 +02:00 committed by Morris Jobke
parent 0543661064
commit a097c1af91
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
5 changed files with 4927 additions and 2414 deletions

View File

@ -20,7 +20,7 @@
"jquery-migrate": "~1.4.0",
"jquery-ui": "1.10.0",
"jsTimezoneDetect": "~1.0.5",
"moment": "~2.10.0",
"moment": "^2.15.0",
"select2": "~3.4.8",
"zxcvbn": "*",
"snapjs": "~2.0.0-rc1",

View File

@ -24,12 +24,11 @@ blueimp-md5/js/*
blueimp-md5/index.html
# momentjs - ignore all files except the two listed below
moment/benchmarks
moment/locale
moment/**
!moment/.bower.json
!moment/min
!moment/LICENSE
moment/min/**
moment/moment.js
moment/scripts
moment/templates
!moment/min/moment-with-locales.js
# jquery

View File

@ -1,6 +1,5 @@
{
"name": "moment",
"version": "2.10.3",
"main": "moment.js",
"ignore": [
"**/.*",
@ -21,13 +20,14 @@
"package.json"
],
"homepage": "https://github.com/moment/moment",
"_release": "2.10.3",
"version": "2.15.0",
"_release": "2.15.0",
"_resolution": {
"type": "version",
"tag": "2.10.3",
"commit": "6fa444238494318e3c488c81d8520ad2eba8bae7"
"tag": "2.15.0",
"commit": "0d01bda39d30c904977d385d2e5352c6a02600dc"
},
"_source": "git://github.com/moment/moment.git",
"_target": "~2.10.0",
"_source": "https://github.com/moment/moment.git",
"_target": "^2.15.0",
"_originalSource": "moment"
}

View File

@ -1,4 +1,4 @@
Copyright (c) 2011-2015 Tim Wood, Iskren Chernev, Moment.js contributors
Copyright (c) 2011-2016 Tim Wood, Iskren Chernev, Moment.js contributors
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation

File diff suppressed because it is too large Load Diff