Merge pull request #4064 from nextcloud/update-moment

Update momentjs
This commit is contained in:
Roeland Jago Douma 2017-03-27 14:10:54 +02:00 committed by GitHub
commit 16b02a0fa9
7 changed files with 1017 additions and 24507 deletions

View File

@ -4,7 +4,7 @@
"jquery-migrate/jquery-migrate.min.js", "jquery-migrate/jquery-migrate.min.js",
"jquery-ui/ui/jquery-ui.custom.js", "jquery-ui/ui/jquery-ui.custom.js",
"underscore/underscore.js", "underscore/underscore.js",
"moment/min/moment-with-locales.js", "moment/min/moment-with-locales.min.js",
"handlebars/handlebars.js", "handlebars/handlebars.js",
"blueimp-md5/js/md5.js", "blueimp-md5/js/md5.js",
"bootstrap/js/tooltip.js", "bootstrap/js/tooltip.js",

View File

@ -31,7 +31,7 @@ moment/**
!moment/min !moment/min
!moment/LICENSE !moment/LICENSE
moment/min/** moment/min/**
!moment/min/moment-with-locales.js !moment/min/moment-with-locales.min.js
# jquery # jquery
jquery/** jquery/**
@ -171,4 +171,4 @@ DOMPurify/**
!DOMPurify/dist !DOMPurify/dist
!DOMPurify/dist/purify.min.js !DOMPurify/dist/purify.min.js
!DOMPurify/.bower.json !DOMPurify/.bower.json
!DOMPurify/LICENSE !DOMPurify/LICENSE

12748
core/vendor/core.js vendored

File diff suppressed because one or more lines are too long

View File

@ -18,15 +18,17 @@
"Gruntfile.js", "Gruntfile.js",
"Moment.js.nuspec", "Moment.js.nuspec",
"package.js", "package.js",
"package.json" "package.json",
"ISSUE_TEMPLATE.md",
"typing-tests"
], ],
"homepage": "https://github.com/moment/moment", "homepage": "https://github.com/moment/moment",
"version": "2.15.1", "version": "2.18.1",
"_release": "2.15.1", "_release": "2.18.1",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "2.15.1", "tag": "2.18.1",
"commit": "d3f9a749f0e27ea7ec6e8de3719247d132b357a7" "commit": "0af7d4f5f25f911c2eaab2a7ccb534c17e65c536"
}, },
"_source": "https://github.com/moment/moment.git", "_source": "https://github.com/moment/moment.git",
"_target": "^2.15.0", "_target": "^2.15.0",

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long