Skip to content

Commit a91f540

Browse files
committed
[Fixes #79] Webpack build with version 3.2.8 is failing
1 parent 54f75c6 commit a91f540

4 files changed

+4
-4
lines changed

build.msbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project>
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<ItemGroup>
33
<VersionFile Include="version.props"/>
44
</ItemGroup>

dist/jquery.validate.unobtrusive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
(function (factory) {
99
if (typeof define === 'function' && define.amd) {
1010
// AMD. Register as an anonymous module.
11-
define("jquery.validate.unobtrusive", ['jquery.validate'], factory);
11+
define("jquery.validate.unobtrusive", ['jquery.validation'], factory);
1212
} else if (typeof module === 'object' && module.exports) {
1313
// CommonJS-like environments that support module.exports
1414
module.exports = factory(require('jquery-validation'));

dist/jquery.validate.unobtrusive.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/jquery.validate.unobtrusive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
(function (factory) {
99
if (typeof define === 'function' && define.amd) {
1010
// AMD. Register as an anonymous module.
11-
define("jquery.validate.unobtrusive", ['jquery.validate'], factory);
11+
define("jquery.validate.unobtrusive", ['jquery.validation'], factory);
1212
} else if (typeof module === 'object' && module.exports) {
1313
// CommonJS-like environments that support module.exports
1414
module.exports = factory(require('jquery-validation'));

0 commit comments

Comments
 (0)