Skip to content

Commit cc78e41

Browse files
committed
Declare bare UMD dependencies and move the vendored license to the package root
1 parent 1379df5 commit cc78e41

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

npm/packs/bootstrap-datepicker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"access": "public"
1111
},
1212
"dependencies": {
13-
"@abp/jquery": "~10.7.0-rc.3",
14-
"bootstrap-datepicker": "1.10.1"
13+
"bootstrap-datepicker": "1.10.1",
14+
"jquery": "~4.0.0"
1515
},
1616
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
1717
"homepage": "https://abp.io",

npm/packs/bootstrap-daterangepicker/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
"access": "public"
1111
},
1212
"dependencies": {
13-
"@abp/jquery": "~10.7.0-rc.3",
14-
"@abp/moment": "~10.7.0-rc.3"
13+
"@abp/moment": "~10.7.0-rc.3",
14+
"jquery": "~4.0.0",
15+
"moment": "^2.30.1"
1516
},
1617
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
1718
"homepage": "https://abp.io",
File renamed without changes.

npm/packs/jquery-validation-unobtrusive/src/jquery.validate.unobtrusive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @license
33
* Unobtrusive validation support library for jQuery and jQuery Validate
44
* Copyright (c) .NET Foundation. All rights reserved.
5-
* Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
5+
* Licensed under the MIT License. See License.txt in the package root for license information.
66
* @version v4.0.0
77
* Patched copy: uses JSON.parse, typeof and Function.prototype.bind instead of the jQuery APIs removed or deprecated in jQuery 4.
88
*/

0 commit comments

Comments
 (0)