Merge pull request #1295 from umbraco/temp-U4-8511
U4-8511 Update moment.js to the version to 2.10.3 for release
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
"ng-file-upload": "~7.3.8",
|
||||
"tinymce": "~4.1.10",
|
||||
"codemirror": "~5.3.0",
|
||||
"angular-local-storage": "~0.2.3"
|
||||
"angular-local-storage": "~0.2.3",
|
||||
"moment": "~2.10.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -463,6 +463,10 @@ module.exports = function (grunt) {
|
||||
expand: true,
|
||||
ignorePackages: ['bootstrap'],
|
||||
packageSpecific: {
|
||||
'moment': {
|
||||
keepExpandedHierarchy: false,
|
||||
files: ['min/moment-with-locales.js']
|
||||
},
|
||||
'typeahead.js': {
|
||||
keepExpandedHierarchy: false,
|
||||
files: ['dist/typeahead.bundle.min.js']
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user