]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Introduce end-of-line normalization
authorIskren Chernev <iskren.chernev@gmail.com>
Thu, 24 Mar 2016 11:33:28 +0000 (04:33 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Thu, 24 Mar 2016 11:33:28 +0000 (04:33 -0700)
.gitattributes [new file with mode: 0644]
Moment.js.nuspec

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..7b7ab85
--- /dev/null
@@ -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
index 1415ac10b7993ca84d3b7d3a10e1d28742885f7e..7870f5d463884222f3af1ce49bab330834c76ca0 100644 (file)
@@ -1,28 +1,28 @@
-<?xml version="1.0"?>\r
-<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">\r
-    <metadata>\r
-        <id>Moment.js</id>\r
-        <version>2.12.0</version>\r
-        <authors>Tim Wood</authors>\r
-        <owners>Cory Deppen, Iskren Chernev</owners>\r
-        <description>A lightweight javascript date library for parsing, manipulating, and formatting dates.</description>\r
-        <releaseNotes>\r
-            - Add LTS localised format that includes seconds\r
-            - Added formatToken 'x' for unix offset in milliseconds #1938\r
-            - Support 24:00:00.000 to mean next day, at midnight.\r
-            - Accept 'date' key when creating moment with object\r
-            - Use native toISOString when we can\r
-            - Some bugfixes and language improvements\r
-        </releaseNotes>\r
-        <projectUrl>http://momentjs.com/</projectUrl>\r
-        <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>\r
-        <licenseUrl>https://raw.github.com/timrwood/moment/master/LICENSE</licenseUrl>\r
-        <tags>JavaScript date time browser node.js</tags>\r
-  </metadata>\r
-  <files>\r
-      <file src="moment.js" target="Content\Scripts" />\r
-      <file src="min/moment.min.js" target="Content\Scripts" />\r
-      <file src="min/moment-with-locales.js" target="Content\Scripts" />\r
-      <file src="min/moment-with-locales.min.js" target="Content\Scripts" />\r
-  </files>\r
-</package>\r
+<?xml version="1.0"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
+    <metadata>
+        <id>Moment.js</id>
+        <version>2.12.0</version>
+        <authors>Tim Wood</authors>
+        <owners>Cory Deppen, Iskren Chernev</owners>
+        <description>A lightweight javascript date library for parsing, manipulating, and formatting dates.</description>
+        <releaseNotes>
+            - 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
+        </releaseNotes>
+        <projectUrl>http://momentjs.com/</projectUrl>
+        <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>
+        <licenseUrl>https://raw.github.com/timrwood/moment/master/LICENSE</licenseUrl>
+        <tags>JavaScript date time browser node.js</tags>
+  </metadata>
+  <files>
+      <file src="moment.js" target="Content\Scripts" />
+      <file src="min/moment.min.js" target="Content\Scripts" />
+      <file src="min/moment-with-locales.js" target="Content\Scripts" />
+      <file src="min/moment-with-locales.min.js" target="Content\Scripts" />
+  </files>
+</package>