Skip to content

Commit a8897c0

Browse files
committed
Add numeral (v1.5.3)
1 parent f13164f commit a8897c0

File tree

4 files changed

+51
-0
lines changed

4 files changed

+51
-0
lines changed

numeral_1.5.3/CHANGES.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>See the <a href="https://github.com/adamwdraper/Numeral-js#changelog">Numeral.js changelog</a></p>

numeral_1.5.3/LICENSE.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>Numeral.js is freely distributable under the terms of the <a href="https://github.com/adamwdraper/Numeral-js/blob/1.5.3/LICENSE">MIT License</a>.</p>

numeral_1.5.3/numeral.dnn

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="numeral" type="JavaScript_Library" version="1.5.3">
4+
<friendlyName>Numeral.js</friendlyName>
5+
<description><![CDATA[A javascript library for formatting and manipulating numbers. <a href="http://numeraljs.com/">http://numeraljs.com/</a>]]></description>
6+
<owner>
7+
<name>Engage Software</name>
8+
<organization>Engage Software</organization>
9+
<url>http://www.engagesoftware.com</url>
10+
<email>support@engagesoftware.com</email>
11+
</owner>
12+
<license src="LICENSE.htm" />
13+
<releaseNotes src="CHANGES.htm" />
14+
<azureCompatible>true</azureCompatible>
15+
<dependencies>
16+
<!--
17+
<dependency type="managedPackage" version="1.0.0">jQuery</dependency>
18+
-->
19+
</dependencies>
20+
<components>
21+
<component type="JavaScript_Library">
22+
<javaScriptLibrary>
23+
<libraryName>numeral</libraryName>
24+
<fileName>numeral.min.js</fileName>
25+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
26+
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/numeral.js/1.5.3/numeral.min.js</CDNPath>
27+
<objectName>numeral</objectName>
28+
</javaScriptLibrary>
29+
</component>
30+
<component type="JavaScriptFile">
31+
<jsfiles>
32+
<libraryFolderName>numeral</libraryFolderName>
33+
<jsfile>
34+
<name>numeral.min.js</name>
35+
</jsfile>
36+
</jsfiles>
37+
</component>
38+
</components>
39+
</package>
40+
</packages>
41+
</dotnetnuke>

numeral_1.5.3/numeral.min.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)