Fixed date localization + updated dependencies

This commit is contained in:
Dmitry Khomutov 2017-01-15 11:09:12 +07:00
commit b7ff480e17
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
4 changed files with 62 additions and 44 deletions

View file

@ -57,7 +57,8 @@
"npm-asset/sprintf-js": "1.0.*",
"bower-asset/font-awesome": "4.7.*",
"bower-asset/ionicons": "2.0.*",
"bower-asset/raphael": "2.2.*"
"bower-asset/raphael": "2.2.*",
"bower-asset/moment": "2.17.*"
},
"require-dev": {
"phpunit/phpunit": "5.7.*",
@ -75,7 +76,8 @@
"public/assets/vendor/font-awesome": ["bower-asset/font-awesome"],
"public/assets/vendor/ion-icons": ["bower-asset/ionicons"],
"public/assets/vendor/raphael": ["bower-asset/raphael"],
"public/assets/vendor/eve-raphael": ["bower-asset/eve-raphael"]
"public/assets/vendor/eve-raphael": ["bower-asset/eve-raphael"],
"public/assets/vendor/moment": ["bower-asset/moment"]
}
},
"repositories": [