From: Iskren Chernev Date: Thu, 24 Mar 2016 11:33:28 +0000 (-0700) Subject: Introduce end-of-line normalization X-Git-Tag: 2.13.0~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f3716f12dbdc1305cff268f76a5604e60c6d1b;p=thirdparty%2Fmoment.git Introduce end-of-line normalization --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..7b7ab858e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# we don't have non-text files, don't take chances with git's text=auto +* text +# this file is read by nuget (Windows) tooling, lets keep it happy +Moment.js.nuspec eol=crlf diff --git a/Moment.js.nuspec b/Moment.js.nuspec index 1415ac10b..7870f5d46 100644 --- a/Moment.js.nuspec +++ b/Moment.js.nuspec @@ -1,28 +1,28 @@ - - - - Moment.js - 2.12.0 - Tim Wood - Cory Deppen, Iskren Chernev - A lightweight javascript date library for parsing, manipulating, and formatting dates. - - - Add LTS localised format that includes seconds - - Added formatToken 'x' for unix offset in milliseconds #1938 - - Support 24:00:00.000 to mean next day, at midnight. - - Accept 'date' key when creating moment with object - - Use native toISOString when we can - - Some bugfixes and language improvements - - http://momentjs.com/ - http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png - https://raw.github.com/timrwood/moment/master/LICENSE - JavaScript date time browser node.js - - - - - - - - + + + + Moment.js + 2.12.0 + Tim Wood + Cory Deppen, Iskren Chernev + A lightweight javascript date library for parsing, manipulating, and formatting dates. + + - Add LTS localised format that includes seconds + - Added formatToken 'x' for unix offset in milliseconds #1938 + - Support 24:00:00.000 to mean next day, at midnight. + - Accept 'date' key when creating moment with object + - Use native toISOString when we can + - Some bugfixes and language improvements + + http://momentjs.com/ + http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png + https://raw.github.com/timrwood/moment/master/LICENSE + JavaScript date time browser node.js + + + + + + + +