Skip to content

Commit fde966f

Browse files
RehanSaeedryanbrandenburg
authored andcommitted
Include Minified Version in NPM Package (#49)
#48
1 parent f220fbf commit fde966f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"license": "http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm",
2222
"readme": "The jQuery Unobtrusive Validation library complements jQuery Validation by adding support for specifying validation options as HTML5 data-* elements",
2323
"files": [
24-
"jquery.validate.unobtrusive.js"
24+
"jquery.validate.unobtrusive.js",
25+
"jquery.validate.unobtrusive.min.js"
2526
],
2627
"dependencies": {
2728
"jquery": ">=1.8",

0 commit comments

Comments
 (0)