From: Peter Mortensen Date: Mon, 5 Oct 2015 18:03:37 +0000 (+0200) Subject: Update README.md X-Git-Tag: 2.11.0~73^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2650%2Fhead;p=thirdparty%2Fmoment.git Update README.md Expansion. --- diff --git a/README.md b/README.md index d59f056e5..21cb48a7e 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ A lightweight JavaScript date library for parsing, validating, manipulating, and ## [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.