You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.2 KiB
26 lines
1.2 KiB
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>Moment.js</id>
|
|
<version>2.19.1</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 Oct 11, 2017
|
|
|
|
Make react native and webpack both work
|
|
* #4225 #4226 #4232
|
|
</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>
|
|
|