Fixed up client files can now download and delete files, added web link to client logins added payments, quotes and recurring to client print and lots of little ui cleanups here and there
This commit is contained in:
Vendored
+29
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Moment.js</id>
|
||||
<version>2.24.0</version>
|
||||
<authors>Tim Wood, Iskren Chernev, Moment.js contributors</authors>
|
||||
<owners>Cory Deppen, Iskren Chernev</owners>
|
||||
<description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>
|
||||
<releaseNotes>
|
||||
* Release Jan 21, 2019
|
||||
|
||||
* [#4338](https://github.com/moment/moment/pull/4338) [bugfix] Fix startOf/endOf DST issues while boosting performance
|
||||
* [#4553](https://github.com/moment/moment/pull/4553) [feature] Add localeSort param to Locale weekday methods
|
||||
* [#4887](https://github.com/moment/moment/pull/4887) [bugfix] Make Duration#as work with quarters
|
||||
* 3 new locales (it-ch, ga, en-SG)
|
||||
* Lots of locale 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>
|
||||
Reference in New Issue
Block a user