Skip to content

Commit ec7237e

Browse files
committed
Update version in package.json
* Rebuild the library to inject the new version in the banner. * Included localization files and CONTRIBUTING.md in the package files.
1 parent 0291ac7 commit ec7237e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/knockout.validation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
License: MIT (http://opensource.org/licenses/mit-license.php)
44
55
Description: Validation Library for KnockoutJS
6-
Version: 2.0.0-pre.3
6+
Version: 2.0.0
77
===============================================================================
88
*/
99
/*globals require: false, exports: false, define: false, ko: false */

dist/knockout.validation.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "knockout.validation",
3-
"version": "2.0.0-pre.3",
3+
"version": "2.0.0",
44
"description": "A KnockoutJS Plugin for model and property validation",
55
"main": "dist/knockout.validation.js",
6-
"files": ["dist/knockout.validation.js"],
6+
"files": ["dist/knockout.validation.js", "localization", "CONTRIBUTING.md"],
77
"dependencies": {
88
"knockout": ">=2.3.0"
99
},

0 commit comments

Comments
 (0)