diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-03 14:56:19 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-03 14:56:19 +0200 |
commit | 738e14348d4cb902b9fd490bd5d846f2f27bbe5f (patch) | |
tree | 4d03bc85c123f03c056bf6a97cb4ada35c67a4bf /library/moment/README.md | |
parent | db4e9aeaadc15700aca737a620fb0a56c4ed3531 (diff) | |
download | volse-hubzilla-738e14348d4cb902b9fd490bd5d846f2f27bbe5f.tar.gz volse-hubzilla-738e14348d4cb902b9fd490bd5d846f2f27bbe5f.tar.bz2 volse-hubzilla-738e14348d4cb902b9fd490bd5d846f2f27bbe5f.zip |
update upstream libs fullcalendar and moment to a recent version
Diffstat (limited to 'library/moment/README.md')
-rw-r--r-- | library/moment/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/moment/README.md b/library/moment/README.md index d59f056e5..6193e5eb8 100644 --- a/library/moment/README.md +++ b/library/moment/README.md @@ -1,18 +1,18 @@ [![Join the chat at https://gitter.im/moment/moment](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/moment/moment?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url] -[![Coverage Status](https://coveralls.io/repos/moment/moment/badge.svg?branch=master)](https://coveralls.io/r/moment/moment?branch=master) +[![Coverage Status](https://coveralls.io/repos/moment/moment/badge.svg?branch=develop)](https://coveralls.io/r/moment/moment?branch=develop) A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates. ## [Documentation](http://momentjs.com/docs/) -## Port to ES6 (version 2.10.0) +## Port to ECMAScript 6 (version 2.10.0) Moment 2.10.0 does not bring any new features, but the code is now written in -es6 modules and placed inside `src/`. Previously `moment.js`, `locale/*.js` and +ECMAScript 6 modules and placed inside `src/`. Previously `moment.js`, `locale/*.js` and `test/moment/*.js`, `test/locale/*.js` contained the source of the project. Now -the source is in `src/`, temporary build (es5) files are placed under +the source is in `src/`, temporary build (ECMAScript 5) files are placed under `build/umd/` (for running tests during development), and the `moment.js` and `locale/*.js` files are updated only on release. |