mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Interface optimizations
moment js update
This commit is contained in:
parent
be8c186f87
commit
f36cb72b82
104 changed files with 5869 additions and 1180 deletions
19
vendors/moment/composer.json
vendored
19
vendors/moment/composer.json
vendored
|
|
@ -13,6 +13,21 @@
|
|||
"ender"
|
||||
],
|
||||
"homepage": "http://github.com/moment/moment/",
|
||||
"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
|
||||
"license": "MIT"
|
||||
"authors": [{"name": "Tim Wood", "email": "washwithcare@gmail.com"}],
|
||||
"license": "MIT",
|
||||
"type": "component",
|
||||
"require": {
|
||||
"robloach/component-installer": "*"
|
||||
},
|
||||
"extra": {
|
||||
"component": {
|
||||
"scripts": [
|
||||
"moment.js"
|
||||
],
|
||||
"files": [
|
||||
"min/*.js",
|
||||
"lang/*.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue