aboutsummaryrefslogtreecommitdiffstats
path: root/library/moment/Moment.js.nuspec
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-18 23:56:25 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-18 23:56:25 +0100
commitb23284cba28335f61595f2264685b1bbafc19183 (patch)
tree696cbfc2b5a609c636e0d1d7a3a2f9ad7a302266 /library/moment/Moment.js.nuspec
parent0c163c4d038a4c26335af1bde366d8ef9e53c464 (diff)
downloadvolse-hubzilla-b23284cba28335f61595f2264685b1bbafc19183.tar.gz
volse-hubzilla-b23284cba28335f61595f2264685b1bbafc19183.tar.bz2
volse-hubzilla-b23284cba28335f61595f2264685b1bbafc19183.zip
move moment.min.js and remove unneeded files
Diffstat (limited to 'library/moment/Moment.js.nuspec')
-rw-r--r--library/moment/Moment.js.nuspec28
1 files changed, 0 insertions, 28 deletions
diff --git a/library/moment/Moment.js.nuspec b/library/moment/Moment.js.nuspec
deleted file mode 100644
index 62cbef3fd..000000000
--- a/library/moment/Moment.js.nuspec
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
- <metadata>
- <id>Moment.js</id>
- <version>2.10.6</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>