Skip to content

Commit

Permalink
Update README with es6 notice
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Jan 16, 2015
1 parent cf4df1c commit 78a53b8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.

- - - - - - -

**Important notice**: Moment is undergoing major refactoring for version
**2.10**, that would result in ES6 code that is transpiled to ES5 for
different environments: node, browser global, AMD, various build/packaging
systems.

You might be required to rewrite your pull request on top once we merge it in.

- - - - - - -

## [Documentation](http:https://momentjs.com/docs/)

## Upgrading to 2.0.0
Expand Down

0 comments on commit 78a53b8

Please sign in to comment.