Skip to content

Commit

Permalink
knockout.validation 2.0.0-pre.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Jul 25, 2014
1 parent c968849 commit 2eb80a6
Show file tree
Hide file tree
Showing 5 changed files with 1,295 additions and 0 deletions.
Binary file not shown.
14 changes: 14 additions & 0 deletions knockout.validation/knockout.validation_2.0.0-pre.3/CHANGES.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<ol>
<li>
<b>2.0.0-pre.3 - <em>October, 2013</em></b>
<ul>
<li>Requires Knockout 3</li>
</ul>
</li>
<li>
<b>1.0.2 - <em>October 30, 2012</em></b>
<ul>
<li>Support for Knockout 2.2</li>
</ul>
</li>
</ol>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>Licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a></p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="knockout.validation" type="JavaScript_Library" version="2.0.0">
<friendlyName>Knockout Validation</friendlyName>
<description>A Validation Library plugin for KnockoutJS. An extensible and pluggable framework for performing model-based Form and UI validation.</description>
<owner>
<name>Engage Software</name>
<organization>Engage Software</organization>
<url>http://www.engagesoftware.com</url>
<email>[email protected]</email>
</owner>
<license src="LICENSE.htm" />
<releaseNotes src="CHANGES.htm" />
<azureCompatible>true</azureCompatible>
<dependencies>
<dependency type="managedPackage" version="3.0.0">Knockout</dependency>
</dependencies>
<components>
<component type="JavaScript_Library">
<javaScriptLibrary>
<libraryName>knockout.validation</libraryName>
<fileName>knockout.validation.js</fileName>
<objectName>ko.validation</objectName>
<cdnUrl>https://cdn.jsdelivr.net/knockout.validation/2.0.0-pre.3/knockout.validation.min.js</cdnUrl>
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
</javaScriptLibrary>
</component>
<component type="JavaScriptFile">
<jsfiles>
<libraryFolderName>knockout.validation</libraryFolderName>
<jsfile>
<name>knockout.validation.js</name>
</jsfile>
</jsfiles>
</component>
</components>
</package>
</packages>
</dotnetnuke>
Loading

0 comments on commit 2eb80a6

Please sign in to comment.